Html Css Color HEX #B35A02 Tenne (Tawny)

📋 copy color: '#B35A02'

red 179 ◦ green 90 ◦ blue 2

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

Shades of Tenne (Tawny) #B35A02

Tints of Tenne (Tawny) #B35A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 66.05%
G = 33.21%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B35A02 (or 0xB35A02) is known color: Tenne (Tawny). HEX triplet: B3, 5A and 02. RGB value is (179,90,2). Sum of RGB (Red+Green+Blue) = 179+90+2=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35A02 is #4CA5FD. Grayscale: #6B6B6B. Windows color (decimal): -5023230 or 154291. OLE color: 154291.

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

Color convert

RGB 179 90 2 -
CMYK 0 0.50 0.99 0.30
HSL 29.83º 0.98% 0.35% -
HSV(B) 29.83º 0.99% 0.7% -
XYZ 22.26 16.9 2.15 -
YUV 106.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 179 90 2 0 0.50 0.99 0.30 29.83 0.98 0.35
Hex B3 5A 2 0 32 63 1E 1E 62 23
Octal 263 132 2 0 62 143 36 36 142 43
Binary 10110011 1011010 10 0 110010 1100011 11110 11110 1100010 100011

Color Harmonies of #B35A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A02

Black with #B35A02

Text Example


Text Example

White with #B35A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A02; }

 p { color: rgb(179,90,2); }

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

background-color css

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

 a { background-color: rgb(179,90,2); }

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

border-color css

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

 span { border-color: rgb(179,90,2); }

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