Html Css Color HEX #BB8D5A Twine

📋 copy color: '#BB8D5A'

red 187 ◦ green 141 ◦ blue 90

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

Shades of Twine #BB8D5A

Tints of Twine #BB8D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

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

R = 44.74%
G = 33.73%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB8D5A (or 0xBB8D5A) is known color: Twine. HEX triplet: BB, 8D and 5A. RGB value is (187,141,90). Sum of RGB (Red+Green+Blue) = 187+141+90=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D5A is #4472A5. Grayscale: #959595. Windows color (decimal): -4485798 or 5934523. OLE color: 5934523.

HSL color Cylindrical-coordinate representation of color #BB8D5A: hue angle of 31.55º 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 #BB8D5A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 90 -
CMYK 0 0.25 0.52 0.27
HSL 31.55º 0.42% 0.54% -
HSV(B) 31.55º 0.52% 0.73% -
XYZ 31.86 30.35 13.85 -
YUV 148.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 187 141 90 0 0.25 0.52 0.27 31.55 0.42 0.54
Hex BB 8D 5A 0 19 34 1B 20 2A 36
Octal 273 215 132 0 31 64 33 40 52 66
Binary 10111011 10001101 1011010 0 11001 110100 11011 100000 101010 110110

Color Harmonies of #BB8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D5A

Black with #BB8D5A

Text Example


Text Example

White with #BB8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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