Html Css Color HEX #B35C03 Tenne (Tawny)

📋 copy color: '#B35C03'

red 179 ◦ green 92 ◦ blue 3

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

Shades of Tenne (Tawny) #B35C03

Tints of Tenne (Tawny) #B35C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 65.33%
G = 33.58%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B35C03 (or 0xB35C03) is known color: Tenne (Tawny). HEX triplet: B3, 5C and 03. RGB value is (179,92,3). Sum of RGB (Red+Green+Blue) = 179+92+3=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35C03 is #4CA3FC. Grayscale: #6C6C6C. Windows color (decimal): -5022717 or 220339. OLE color: 220339.

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

Color convert

RGB 179 92 3 -
CMYK 0 0.49 0.98 0.30
HSL 30.34º 0.97% 0.36% -
HSV(B) 30.34º 0.98% 0.7% -
XYZ 22.43 17.24 2.23 -
YUV 107.87 68.82 178.74 -
System Red Green Blue C M Y K H S L
Decimal 179 92 3 0 0.49 0.98 0.30 30.34 0.97 0.36
Hex B3 5C 3 0 31 62 1E 1E 61 24
Octal 263 134 3 0 61 142 36 36 141 44
Binary 10110011 1011100 11 0 110001 1100010 11110 11110 1100001 100100

Color Harmonies of #B35C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C03

Black with #B35C03

Text Example


Text Example

White with #B35C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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