Html Css Color HEX #B7934C Tussock

📋 copy color: '#B7934C'

red 183 ◦ green 147 ◦ blue 76

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

Shades of Tussock #B7934C

Tints of Tussock #B7934C

RGB

 RED value IS 183 (71.88% from 255) = 45.07%

 GREEN value IS 147 (57.81% from 255) = 36.21%

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

R = 45.07%
G = 36.21%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7934C (or 0xB7934C) is known color: Tussock. HEX triplet: B7, 93 and 4C. RGB value is (183,147,76). Sum of RGB (Red+Green+Blue) = 183+147+76=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7934C is #486CB3. Grayscale: #959595. Windows color (decimal): -4746420 or 5018551. OLE color: 5018551.

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

Color convert

RGB 183 147 76 -
CMYK 0 0.20 0.58 0.28
HSL 39.81º 0.43% 0.51% -
HSV(B) 39.81º 0.58% 0.72% -
XYZ 31.27 31.46 11.26 -
YUV 149.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 183 147 76 0 0.20 0.58 0.28 39.81 0.43 0.51
Hex B7 93 4C 0 14 3A 1C 28 2B 33
Octal 267 223 114 0 24 72 34 50 53 63
Binary 10110111 10010011 1001100 0 10100 111010 11100 101000 101011 110011

Color Harmonies of #B7934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7934C

Black with #B7934C

Text Example


Text Example

White with #B7934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7934C; }

 p { color: rgb(183,147,76); }

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

background-color css

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

 a { background-color: rgb(183,147,76); }

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

border-color css

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

 span { border-color: rgb(183,147,76); }

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