Html Css Color HEX #BB914D Tussock

📋 copy color: '#BB914D'

red 187 ◦ green 145 ◦ blue 77

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

Shades of Tussock #BB914D

Tints of Tussock #BB914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 45.72%
G = 35.45%
B = 18.83%

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

#BB914D (or 0xBB914D) is known color: Tussock. HEX triplet: BB, 91 and 4D. RGB value is (187,145,77). Sum of RGB (Red+Green+Blue) = 187+145+77=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB914D is #446EB2. Grayscale: #969696. Windows color (decimal): -4484787 or 5083579. OLE color: 5083579.

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

Color convert

RGB 187 145 77 -
CMYK 0 0.22 0.59 0.27
HSL 37.09º 0.45% 0.52% -
HSV(B) 37.09º 0.59% 0.73% -
XYZ 31.96 31.35 11.39 -
YUV 149.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 187 145 77 0 0.22 0.59 0.27 37.09 0.45 0.52
Hex BB 91 4D 0 16 3B 1B 25 2D 34
Octal 273 221 115 0 26 73 33 45 55 64
Binary 10111011 10010001 1001101 0 10110 111011 11011 100101 101101 110100

Color Harmonies of #BB914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB914D

Black with #BB914D

Text Example


Text Example

White with #BB914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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