Html Css Color HEX #BB944B Tussock

📋 copy color: '#BB944B'

red 187 ◦ green 148 ◦ blue 75

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

Shades of Tussock #BB944B

Tints of Tussock #BB944B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 45.61%
G = 36.1%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB944B (or 0xBB944B) is known color: Tussock. HEX triplet: BB, 94 and 4B. RGB value is (187,148,75). Sum of RGB (Red+Green+Blue) = 187+148+75=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB944B is #446BB4. Grayscale: #979797. Windows color (decimal): -4484021 or 4953275. OLE color: 4953275.

HSL color Cylindrical-coordinate representation of color #BB944B: hue angle of 39.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB944B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 75 -
CMYK 0 0.21 0.60 0.27
HSL 39.11º 0.45% 0.51% -
HSV(B) 39.11º 0.6% 0.73% -
XYZ 32.35 32.25 11.18 -
YUV 151.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 187 148 75 0 0.21 0.60 0.27 39.11 0.45 0.51
Hex BB 94 4B 0 15 3C 1B 27 2D 33
Octal 273 224 113 0 25 74 33 47 55 63
Binary 10111011 10010100 1001011 0 10101 111100 11011 100111 101101 110011

Color Harmonies of #BB944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB944B

Black with #BB944B

Text Example


Text Example

White with #BB944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB944B; }

 p { color: rgb(187,148,75); }

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

background-color css

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

 a { background-color: rgb(187,148,75); }

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

border-color css

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

 span { border-color: rgb(187,148,75); }

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