Html Css Color HEX #B35C0C Tenne (Tawny)

📋 copy color: '#B35C0C'

red 179 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #B35C0C

Tints of Tenne (Tawny) #B35C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 63.25%
G = 32.51%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B35C0C (or 0xB35C0C) is known color: Tenne (Tawny). HEX triplet: B3, 5C and 0C. RGB value is (179,92,12). Sum of RGB (Red+Green+Blue) = 179+92+12=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35C0C is #4CA3F3. Grayscale: #6D6D6D. Windows color (decimal): -5022708 or 810163. OLE color: 810163.

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

Color convert

RGB 179 92 12 -
CMYK 0 0.49 0.93 0.30
HSL 28.74º 0.87% 0.37% -
HSV(B) 28.74º 0.93% 0.7% -
XYZ 22.48 17.26 2.5 -
YUV 108.89 73.32 178 -
System Red Green Blue C M Y K H S L
Decimal 179 92 12 0 0.49 0.93 0.30 28.74 0.87 0.37
Hex B3 5C C 0 31 5D 1E 1D 57 25
Octal 263 134 14 0 61 135 36 35 127 45
Binary 10110011 1011100 1100 0 110001 1011101 11110 11101 1010111 100101

Color Harmonies of #B35C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C0C

Black with #B35C0C

Text Example


Text Example

White with #B35C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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