Html Css Color HEX #BF8252 Twine

📋 copy color: '#BF8252'

red 191 ◦ green 130 ◦ blue 82

#BF8252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BF8252

Tints of Twine #BF8252

RGB

 RED value IS 191 (75% from 255) = 47.39%

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 47.39%
G = 32.26%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF8252 (or 0xBF8252) is known color: Twine. HEX triplet: BF, 82 and 52. RGB value is (191,130,82). Sum of RGB (Red+Green+Blue) = 191+130+82=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8252 is #407DAD. Grayscale: #8F8F8F. Windows color (decimal): -4226478 or 5407423. OLE color: 5407423.

HSL color Cylindrical-coordinate representation of color #BF8252: hue angle of 26.42º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF8252 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 82 -
CMYK 0 0.32 0.57 0.25
HSL 26.42º 0.46% 0.54% -
HSV(B) 26.42º 0.57% 0.75% -
XYZ 30.99 27.65 11.69 -
YUV 142.77 93.71 162.4 -
System Red Green Blue C M Y K H S L
Decimal 191 130 82 0 0.32 0.57 0.25 26.42 0.46 0.54
Hex BF 82 52 0 20 39 19 1A 2E 36
Octal 277 202 122 0 40 71 31 32 56 66
Binary 10111111 10000010 1010010 0 100000 111001 11001 11010 101110 110110

Color Harmonies of #BF8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8252

Black with #BF8252

Text Example


Text Example

White with #BF8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8252; }

 p { color: rgb(191,130,82); }

 H1.HeaderClassName
 {
   color: #BF8252;
 }
 .AnyTagClassName
 {
   color: #BF8252;
 }
</style>

background-color css

<style>
 a { background-color: #BF8252; }

 a { background-color: rgb(191,130,82); }

 div.DivClassName
 {
   background-color: #BF8252;
 }
 .BgClassName
 {
   background-color: #BF8252;
 }
</style>

border-color css

<style>
 span { border-color: #BF8252; }

 span { border-color: rgb(191,130,82); }

 td.TdClassName
 {
   border-color: #BF8252;
 }
 .TagClassName
 {
   border-color: #BF8252;
 }
</style>