Html Css Color HEX #B35300 Tenne (Tawny)

📋 copy color: '#B35300'

red 179 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #B35300

Tints of Tenne (Tawny) #B35300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.32%
G = 31.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B35300 (or 0xB35300) is known color: Tenne (Tawny). HEX triplet: B3, 53 and 00. RGB value is (179,83,0). Sum of RGB (Red+Green+Blue) = 179+83+0=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B35300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35300 is #4CACFF. Grayscale: #666666. Windows color (decimal): -5025024 or 21427. OLE color: 21427.

HSL color Cylindrical-coordinate representation of color #B35300: hue angle of 27.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B35300 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 0 -
CMYK 0 0.54 1 0.30
HSL 27.82º 1% 0.35% -
HSV(B) 27.82º 1% 0.7% -
XYZ 21.68 15.77 1.9 -
YUV 102.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 179 83 0 0 0.54 1 0.30 27.82 1 0.35
Hex B3 53 0 0 36 64 1E 1C 64 23
Octal 263 123 0 0 66 144 36 34 144 43
Binary 10110011 1010011 0 0 110110 1100100 11110 11100 1100100 100011

Color Harmonies of #B35300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35300

Black with #B35300

Text Example


Text Example

White with #B35300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35300; }

 p { color: rgb(179,83,0); }

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

background-color css

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

 a { background-color: rgb(179,83,0); }

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

border-color css

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

 span { border-color: rgb(179,83,0); }

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