Html Css Color HEX #B8944B Tussock

📋 copy color: '#B8944B'

red 184 ◦ green 148 ◦ blue 75

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

Shades of Tussock #B8944B

Tints of Tussock #B8944B

RGB

 RED value IS 184 (72.27% from 255) = 45.21%

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

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

R = 45.21%
G = 36.36%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8944B (or 0xB8944B) is known color: Tussock. HEX triplet: B8, 94 and 4B. RGB value is (184,148,75). Sum of RGB (Red+Green+Blue) = 184+148+75=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8944B is #476BB4. Grayscale: #969696. Windows color (decimal): -4680629 or 4953272. OLE color: 4953272.

HSL color Cylindrical-coordinate representation of color #B8944B: hue angle of 40.18º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8944B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 75 -
CMYK 0 0.20 0.59 0.28
HSL 40.18º 0.43% 0.51% -
HSV(B) 40.18º 0.59% 0.72% -
XYZ 31.63 31.88 11.14 -
YUV 150.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 184 148 75 0 0.20 0.59 0.28 40.18 0.43 0.51
Hex B8 94 4B 0 14 3B 1C 28 2B 33
Octal 270 224 113 0 24 73 34 50 53 63
Binary 10111000 10010100 1001011 0 10100 111011 11100 101000 101011 110011

Color Harmonies of #B8944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8944B

Black with #B8944B

Text Example


Text Example

White with #B8944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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