Html Css Color HEX #BB8E5C Twine

📋 copy color: '#BB8E5C'

red 187 ◦ green 142 ◦ blue 92

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

Shades of Twine #BB8E5C

Tints of Twine #BB8E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 44.42%
G = 33.73%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB8E5C (or 0xBB8E5C) is known color: Twine. HEX triplet: BB, 8E and 5C. RGB value is (187,142,92). Sum of RGB (Red+Green+Blue) = 187+142+92=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E5C is #4471A3. Grayscale: #969696. Windows color (decimal): -4485540 or 6065851. OLE color: 6065851.

HSL color Cylindrical-coordinate representation of color #BB8E5C: hue angle of 31.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB8E5C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 142 92 -
CMYK 0 0.24 0.51 0.27
HSL 31.58º 0.41% 0.55% -
HSV(B) 31.58º 0.51% 0.73% -
XYZ 32.1 30.68 14.36 -
YUV 149.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 187 142 92 0 0.24 0.51 0.27 31.58 0.41 0.55
Hex BB 8E 5C 0 18 33 1B 20 29 37
Octal 273 216 134 0 30 63 33 40 51 67
Binary 10111011 10001110 1011100 0 11000 110011 11011 100000 101001 110111

Color Harmonies of #BB8E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8E5C

Black with #BB8E5C

Text Example


Text Example

White with #BB8E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8E5C; }

 p { color: rgb(187,142,92); }

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

background-color css

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

 a { background-color: rgb(187,142,92); }

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

border-color css

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

 span { border-color: rgb(187,142,92); }

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