Html Css Color HEX #B35E0A Tenne (Tawny)

📋 copy color: '#B35E0A'

red 179 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #B35E0A

Tints of Tenne (Tawny) #B35E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.22%

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

R = 63.25%
G = 33.22%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B35E0A (or 0xB35E0A) is known color: Tenne (Tawny). HEX triplet: B3, 5E and 0A. RGB value is (179,94,10). Sum of RGB (Red+Green+Blue) = 179+94+10=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35E0A is #4CA1F5. Grayscale: #6E6E6E. Windows color (decimal): -5022198 or 679603. OLE color: 679603.

HSL color Cylindrical-coordinate representation of color #B35E0A: hue angle of 29.82º 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 #B35E0A is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 10 -
CMYK 0 0.47 0.94 0.30
HSL 29.82º 0.89% 0.37% -
HSV(B) 29.82º 0.94% 0.7% -
XYZ 22.65 17.61 2.49 -
YUV 109.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 179 94 10 0 0.47 0.94 0.30 29.82 0.89 0.37
Hex B3 5E A 0 2F 5E 1E 1E 59 25
Octal 263 136 12 0 57 136 36 36 131 45
Binary 10110011 1011110 1010 0 101111 1011110 11110 11110 1011001 100101

Color Harmonies of #B35E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E0A

Black with #B35E0A

Text Example


Text Example

White with #B35E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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