Html Css Color HEX #B35C0A Tenne (Tawny)

📋 copy color: '#B35C0A'

red 179 ◦ green 92 ◦ blue 10

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

Shades of Tenne (Tawny) #B35C0A

Tints of Tenne (Tawny) #B35C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

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

R = 63.7%
G = 32.74%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B35C0A (or 0xB35C0A) is known color: Tenne (Tawny). HEX triplet: B3, 5C and 0A. RGB value is (179,92,10). Sum of RGB (Red+Green+Blue) = 179+92+10=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35C0A is #4CA3F5. Grayscale: #6D6D6D. Windows color (decimal): -5022710 or 679091. OLE color: 679091.

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

Color convert

RGB 179 92 10 -
CMYK 0 0.49 0.94 0.30
HSL 29.11º 0.89% 0.37% -
HSV(B) 29.11º 0.94% 0.7% -
XYZ 22.47 17.26 2.43 -
YUV 108.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 179 92 10 0 0.49 0.94 0.30 29.11 0.89 0.37
Hex B3 5C A 0 31 5E 1E 1D 59 25
Octal 263 134 12 0 61 136 36 35 131 45
Binary 10110011 1011100 1010 0 110001 1011110 11110 11101 1011001 100101

Color Harmonies of #B35C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C0A

Black with #B35C0A

Text Example


Text Example

White with #B35C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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