Html Css Color HEX #B8904B Tussock

📋 copy color: '#B8904B'

red 184 ◦ green 144 ◦ blue 75

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

Shades of Tussock #B8904B

Tints of Tussock #B8904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

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

R = 45.66%
G = 35.73%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8904B (or 0xB8904B) is known color: Tussock. HEX triplet: B8, 90 and 4B. RGB value is (184,144,75). Sum of RGB (Red+Green+Blue) = 184+144+75=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8904B is #476FB4. Grayscale: #949494. Windows color (decimal): -4681653 or 4952248. OLE color: 4952248.

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

Color convert

RGB 184 144 75 -
CMYK 0 0.22 0.59 0.28
HSL 37.98º 0.43% 0.51% -
HSV(B) 37.98º 0.59% 0.72% -
XYZ 31.01 30.64 10.94 -
YUV 148.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 184 144 75 0 0.22 0.59 0.28 37.98 0.43 0.51
Hex B8 90 4B 0 16 3B 1C 26 2B 33
Octal 270 220 113 0 26 73 34 46 53 63
Binary 10111000 10010000 1001011 0 10110 111011 11100 100110 101011 110011

Color Harmonies of #B8904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8904B

Black with #B8904B

Text Example


Text Example

White with #B8904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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