Html Css Color HEX #BB914C Tussock

📋 copy color: '#BB914C'

red 187 ◦ green 145 ◦ blue 76

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

Shades of Tussock #BB914C

Tints of Tussock #BB914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 45.83%
G = 35.54%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB914C (or 0xBB914C) is known color: Tussock. HEX triplet: BB, 91 and 4C. RGB value is (187,145,76). Sum of RGB (Red+Green+Blue) = 187+145+76=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB914C is #446EB3. Grayscale: #969696. Windows color (decimal): -4484788 or 5018043. OLE color: 5018043.

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

Color convert

RGB 187 145 76 -
CMYK 0 0.22 0.59 0.27
HSL 37.3º 0.45% 0.52% -
HSV(B) 37.3º 0.59% 0.73% -
XYZ 31.92 31.34 11.2 -
YUV 149.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 187 145 76 0 0.22 0.59 0.27 37.3 0.45 0.52
Hex BB 91 4C 0 16 3B 1B 25 2D 34
Octal 273 221 114 0 26 73 33 45 55 64
Binary 10111011 10010001 1001100 0 10110 111011 11011 100101 101101 110100

Color Harmonies of #BB914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB914C

Black with #BB914C

Text Example


Text Example

White with #BB914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB914C; }

 p { color: rgb(187,145,76); }

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

background-color css

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

 a { background-color: rgb(187,145,76); }

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

border-color css

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

 span { border-color: rgb(187,145,76); }

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