Html Css Color HEX #BB8F5A Twine

📋 copy color: '#BB8F5A'

red 187 ◦ green 143 ◦ blue 90

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

Shades of Twine #BB8F5A

Tints of Twine #BB8F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 44.52%
G = 34.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB8F5A (or 0xBB8F5A) is known color: Twine. HEX triplet: BB, 8F and 5A. RGB value is (187,143,90). Sum of RGB (Red+Green+Blue) = 187+143+90=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F5A is #4470A5. Grayscale: #969696. Windows color (decimal): -4485286 or 5935035. OLE color: 5935035.

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

Color convert

RGB 187 143 90 -
CMYK 0 0.24 0.52 0.27
HSL 32.78º 0.42% 0.54% -
HSV(B) 32.78º 0.52% 0.73% -
XYZ 32.16 30.95 13.95 -
YUV 150.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 187 143 90 0 0.24 0.52 0.27 32.78 0.42 0.54
Hex BB 8F 5A 0 18 34 1B 21 2A 36
Octal 273 217 132 0 30 64 33 41 52 66
Binary 10111011 10001111 1011010 0 11000 110100 11011 100001 101010 110110

Color Harmonies of #BB8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F5A

Black with #BB8F5A

Text Example


Text Example

White with #BB8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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