Html Css Color HEX #BB8764 Twine

📋 copy color: '#BB8764'

red 187 ◦ green 135 ◦ blue 100

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

Shades of Twine #BB8764

Tints of Twine #BB8764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 44.31%
G = 31.99%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8764 (or 0xBB8764) is known color: Twine. HEX triplet: BB, 87 and 64. RGB value is (187,135,100). Sum of RGB (Red+Green+Blue) = 187+135+100=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8764 is #44789B. Grayscale: #929292. Windows color (decimal): -4487324 or 6588347. OLE color: 6588347.

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

Color convert

RGB 187 135 100 -
CMYK 0 0.28 0.47 0.27
HSL 24.14º 0.39% 0.56% -
HSV(B) 24.14º 0.47% 0.73% -
XYZ 31.46 28.81 15.96 -
YUV 146.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 187 135 100 0 0.28 0.47 0.27 24.14 0.39 0.56
Hex BB 87 64 0 1C 2F 1B 18 27 38
Octal 273 207 144 0 34 57 33 30 47 70
Binary 10111011 10000111 1100100 0 11100 101111 11011 11000 100111 111000

Color Harmonies of #BB8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8764

Black with #BB8764

Text Example


Text Example

White with #BB8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8764; }

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

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

background-color css

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

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

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

border-color css

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

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

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