Html Css Color HEX #B69350 Tussock

📋 copy color: '#B69350'

red 182 ◦ green 147 ◦ blue 80

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

Shades of Tussock #B69350

Tints of Tussock #B69350

RGB

 RED value IS 182 (71.48% from 255) = 44.5%

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 44.5%
G = 35.94%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B69350 (or 0xB69350) is known color: Tussock. HEX triplet: B6, 93 and 50. RGB value is (182,147,80). Sum of RGB (Red+Green+Blue) = 182+147+80=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B69350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69350 is #496CAF. Grayscale: #969696. Windows color (decimal): -4811952 or 5280694. OLE color: 5280694.

HSL color Cylindrical-coordinate representation of color #B69350: hue angle of 39.41º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B69350 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 80 -
CMYK 0 0.19 0.56 0.29
HSL 39.41º 0.41% 0.51% -
HSV(B) 39.41º 0.56% 0.71% -
XYZ 31.17 31.39 12.01 -
YUV 149.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 182 147 80 0 0.19 0.56 0.29 39.41 0.41 0.51
Hex B6 93 50 0 13 38 1D 27 29 33
Octal 266 223 120 0 23 70 35 47 51 63
Binary 10110110 10010011 1010000 0 10011 111000 11101 100111 101001 110011

Color Harmonies of #B69350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69350

Black with #B69350

Text Example


Text Example

White with #B69350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69350; }

 p { color: rgb(182,147,80); }

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

background-color css

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

 a { background-color: rgb(182,147,80); }

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

border-color css

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

 span { border-color: rgb(182,147,80); }

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