Html Css Color HEX #B35A0A Tenne (Tawny)

📋 copy color: '#B35A0A'

red 179 ◦ green 90 ◦ blue 10

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

Shades of Tenne (Tawny) #B35A0A

Tints of Tenne (Tawny) #B35A0A

RGB

 RED value IS 179 (70.31% from 255) = 64.16%

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 10 (4.3% from 255) = 3.58%

R = 64.16%
G = 32.26%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B35A0A (or 0xB35A0A) is known color: Tenne (Tawny). HEX triplet: B3, 5A and 0A. RGB value is (179,90,10). Sum of RGB (Red+Green+Blue) = 179+90+10=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35A0A is #4CA5F5. Grayscale: #6B6B6B. Windows color (decimal): -5023222 or 678579. OLE color: 678579.

HSL color Cylindrical-coordinate representation of color #B35A0A: hue angle of 28.4º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B35A0A is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 10 -
CMYK 0 0.50 0.94 0.30
HSL 28.4º 0.89% 0.37% -
HSV(B) 28.4º 0.94% 0.7% -
XYZ 22.3 16.92 2.38 -
YUV 107.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 179 90 10 0 0.50 0.94 0.30 28.4 0.89 0.37
Hex B3 5A A 0 32 5E 1E 1C 59 25
Octal 263 132 12 0 62 136 36 34 131 45
Binary 10110011 1011010 1010 0 110010 1011110 11110 11100 1011001 100101

Color Harmonies of #B35A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A0A

Black with #B35A0A

Text Example


Text Example

White with #B35A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A0A; }

 p { color: rgb(179,90,10); }

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

background-color css

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

 a { background-color: rgb(179,90,10); }

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

border-color css

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

 span { border-color: rgb(179,90,10); }

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