Html Css Color HEX #BB8950 Twine

📋 copy color: '#BB8950'

red 187 ◦ green 137 ◦ blue 80

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

Shades of Twine #BB8950

Tints of Twine #BB8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 46.29%
G = 33.91%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB8950 (or 0xBB8950) is known color: Twine. HEX triplet: BB, 89 and 50. RGB value is (187,137,80). Sum of RGB (Red+Green+Blue) = 187+137+80=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8950 is #4476AF. Grayscale: #919191. Windows color (decimal): -4486832 or 5278139. OLE color: 5278139.

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

Color convert

RGB 187 137 80 -
CMYK 0 0.27 0.57 0.27
HSL 31.96º 0.44% 0.52% -
HSV(B) 31.96º 0.57% 0.73% -
XYZ 30.89 29.04 11.57 -
YUV 145.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 187 137 80 0 0.27 0.57 0.27 31.96 0.44 0.52
Hex BB 89 50 0 1B 39 1B 20 2C 34
Octal 273 211 120 0 33 71 33 40 54 64
Binary 10111011 10001001 1010000 0 11011 111001 11011 100000 101100 110100

Color Harmonies of #BB8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8950

Black with #BB8950

Text Example


Text Example

White with #BB8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8950; }

 p { color: rgb(187,137,80); }

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

background-color css

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

 a { background-color: rgb(187,137,80); }

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

border-color css

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

 span { border-color: rgb(187,137,80); }

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