Html Css Color HEX #BB8A5E Twine

📋 copy color: '#BB8A5E'

red 187 ◦ green 138 ◦ blue 94

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

Shades of Twine #BB8A5E

Tints of Twine #BB8A5E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 44.63%
G = 32.94%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB8A5E (or 0xBB8A5E) is known color: Twine. HEX triplet: BB, 8A and 5E. RGB value is (187,138,94). Sum of RGB (Red+Green+Blue) = 187+138+94=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A5E is #4475A1. Grayscale: #939393. Windows color (decimal): -4486562 or 6195899. OLE color: 6195899.

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

Color convert

RGB 187 138 94 -
CMYK 0 0.26 0.50 0.27
HSL 28.39º 0.41% 0.55% -
HSV(B) 28.39º 0.5% 0.73% -
XYZ 31.6 29.55 14.63 -
YUV 147.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 187 138 94 0 0.26 0.50 0.27 28.39 0.41 0.55
Hex BB 8A 5E 0 1A 32 1B 1C 29 37
Octal 273 212 136 0 32 62 33 34 51 67
Binary 10111011 10001010 1011110 0 11010 110010 11011 11100 101001 110111

Color Harmonies of #BB8A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8A5E

Black with #BB8A5E

Text Example


Text Example

White with #BB8A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8A5E; }

 p { color: rgb(187,138,94); }

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

background-color css

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

 a { background-color: rgb(187,138,94); }

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

border-color css

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

 span { border-color: rgb(187,138,94); }

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