Html Css Color HEX #B78A4A Tussock

📋 copy color: '#B78A4A'

red 183 ◦ green 138 ◦ blue 74

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

Shades of Tussock #B78A4A

Tints of Tussock #B78A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 46.33%
G = 34.94%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B78A4A (or 0xB78A4A) is known color: Tussock. HEX triplet: B7, 8A and 4A. RGB value is (183,138,74). Sum of RGB (Red+Green+Blue) = 183+138+74=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A4A is #4875B5. Grayscale: #909090. Windows color (decimal): -4748726 or 4885175. OLE color: 4885175.

HSL color Cylindrical-coordinate representation of color #B78A4A: hue angle of 35.23º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B78A4A is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 74 -
CMYK 0 0.25 0.60 0.28
HSL 35.23º 0.43% 0.5% -
HSV(B) 35.23º 0.6% 0.72% -
XYZ 29.85 28.74 10.45 -
YUV 144.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 183 138 74 0 0.25 0.60 0.28 35.23 0.43 0.5
Hex B7 8A 4A 0 19 3C 1C 23 2B 32
Octal 267 212 112 0 31 74 34 43 53 62
Binary 10110111 10001010 1001010 0 11001 111100 11100 100011 101011 110010

Color Harmonies of #B78A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A4A

Black with #B78A4A

Text Example


Text Example

White with #B78A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A4A; }

 p { color: rgb(183,138,74); }

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

background-color css

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

 a { background-color: rgb(183,138,74); }

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

border-color css

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

 span { border-color: rgb(183,138,74); }

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