Html Css Color HEX #BB8F56 Twine

📋 copy color: '#BB8F56'

red 187 ◦ green 143 ◦ blue 86

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

Shades of Twine #BB8F56

Tints of Twine #BB8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 86 (33.98% from 255) = 20.67%

R = 44.95%
G = 34.38%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB8F56 (or 0xBB8F56) is known color: Twine. HEX triplet: BB, 8F and 56. RGB value is (187,143,86). Sum of RGB (Red+Green+Blue) = 187+143+86=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F56 is #4470A9. Grayscale: #959595. Windows color (decimal): -4485290 or 5672891. OLE color: 5672891.

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

Color convert

RGB 187 143 86 -
CMYK 0 0.24 0.54 0.27
HSL 33.86º 0.43% 0.54% -
HSV(B) 33.86º 0.54% 0.73% -
XYZ 32 30.88 13.08 -
YUV 149.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 187 143 86 0 0.24 0.54 0.27 33.86 0.43 0.54
Hex BB 8F 56 0 18 36 1B 22 2B 36
Octal 273 217 126 0 30 66 33 42 53 66
Binary 10111011 10001111 1010110 0 11000 110110 11011 100010 101011 110110

Color Harmonies of #BB8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F56

Black with #BB8F56

Text Example


Text Example

White with #BB8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F56; }

 p { color: rgb(187,143,86); }

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

background-color css

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

 a { background-color: rgb(187,143,86); }

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

border-color css

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

 span { border-color: rgb(187,143,86); }

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