Html Css Color HEX #BB8662 Twine

📋 copy color: '#BB8662'

red 187 ◦ green 134 ◦ blue 98

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

Shades of Twine #BB8662

Tints of Twine #BB8662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

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

R = 44.63%
G = 31.98%
B = 23.39%

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

#BB8662 (or 0xBB8662) is known color: Twine. HEX triplet: BB, 86 and 62. RGB value is (187,134,98). Sum of RGB (Red+Green+Blue) = 187+134+98=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8662 is #44799D. Grayscale: #919191. Windows color (decimal): -4487582 or 6457019. OLE color: 6457019.

HSL color Cylindrical-coordinate representation of color #BB8662: hue angle of 24.27º 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 #BB8662 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 98 -
CMYK 0 0.28 0.48 0.27
HSL 24.27º 0.4% 0.56% -
HSV(B) 24.27º 0.48% 0.73% -
XYZ 31.22 28.5 15.41 -
YUV 145.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 187 134 98 0 0.28 0.48 0.27 24.27 0.4 0.56
Hex BB 86 62 0 1C 30 1B 18 28 38
Octal 273 206 142 0 34 60 33 30 50 70
Binary 10111011 10000110 1100010 0 11100 110000 11011 11000 101000 111000

Color Harmonies of #BB8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8662

Black with #BB8662

Text Example


Text Example

White with #BB8662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8662; }

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

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

background-color css

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

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

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

border-color css

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

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

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