Html Css Color HEX #BB8762 Twine

📋 copy color: '#BB8762'

red 187 ◦ green 135 ◦ blue 98

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

Shades of Twine #BB8762

Tints of Twine #BB8762

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 98 (38.67% from 255) = 23.33%

R = 44.52%
G = 32.14%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB8762 (or 0xBB8762) is known color: Twine. HEX triplet: BB, 87 and 62. RGB value is (187,135,98). Sum of RGB (Red+Green+Blue) = 187+135+98=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8762 is #44789D. Grayscale: #929292. Windows color (decimal): -4487326 or 6457275. OLE color: 6457275.

HSL color Cylindrical-coordinate representation of color #BB8762: hue angle of 24.94º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB8762 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 135 98 -
CMYK 0 0.28 0.48 0.27
HSL 24.94º 0.4% 0.56% -
HSV(B) 24.94º 0.48% 0.73% -
XYZ 31.36 28.77 15.46 -
YUV 146.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 187 135 98 0 0.28 0.48 0.27 24.94 0.4 0.56
Hex BB 87 62 0 1C 30 1B 19 28 38
Octal 273 207 142 0 34 60 33 31 50 70
Binary 10111011 10000111 1100010 0 11100 110000 11011 11001 101000 111000

Color Harmonies of #BB8762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8762

Black with #BB8762

Text Example


Text Example

White with #BB8762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8762; }

 p { color: rgb(187,135,98); }

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

background-color css

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

 a { background-color: rgb(187,135,98); }

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

border-color css

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

 span { border-color: rgb(187,135,98); }

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