Html Css Color HEX #BB8C5F Twine

📋 copy color: '#BB8C5F'

red 187 ◦ green 140 ◦ blue 95

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

Shades of Twine #BB8C5F

Tints of Twine #BB8C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 44.31%
G = 33.18%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB8C5F (or 0xBB8C5F) is known color: Twine. HEX triplet: BB, 8C and 5F. RGB value is (187,140,95). Sum of RGB (Red+Green+Blue) = 187+140+95=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C5F is #4473A0. Grayscale: #959595. Windows color (decimal): -4486049 or 6261947. OLE color: 6261947.

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

Color convert

RGB 187 140 95 -
CMYK 0 0.25 0.49 0.27
HSL 29.35º 0.4% 0.55% -
HSV(B) 29.35º 0.49% 0.73% -
XYZ 31.94 30.15 14.96 -
YUV 148.92 97.57 155.16 -
System Red Green Blue C M Y K H S L
Decimal 187 140 95 0 0.25 0.49 0.27 29.35 0.4 0.55
Hex BB 8C 5F 0 19 31 1B 1D 28 37
Octal 273 214 137 0 31 61 33 35 50 67
Binary 10111011 10001100 1011111 0 11001 110001 11011 11101 101000 110111

Color Harmonies of #BB8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C5F

Black with #BB8C5F

Text Example


Text Example

White with #BB8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C5F; }

 p { color: rgb(187,140,95); }

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

background-color css

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

 a { background-color: rgb(187,140,95); }

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

border-color css

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

 span { border-color: rgb(187,140,95); }

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