Html Css Color HEX #B35902 Tenne (Tawny)

📋 copy color: '#B35902'

red 179 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #B35902

Tints of Tenne (Tawny) #B35902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

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

R = 66.3%
G = 32.96%
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

#B35902 (or 0xB35902) is known color: Tenne (Tawny). HEX triplet: B3, 59 and 02. RGB value is (179,89,2). Sum of RGB (Red+Green+Blue) = 179+89+2=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B35902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35902 is #4CA6FD. Grayscale: #6A6A6A. Windows color (decimal): -5023486 or 154035. OLE color: 154035.

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

Color convert

RGB 179 89 2 -
CMYK 0 0.50 0.99 0.30
HSL 29.49º 0.98% 0.35% -
HSV(B) 29.49º 0.99% 0.7% -
XYZ 22.17 16.73 2.12 -
YUV 105.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 179 89 2 0 0.50 0.99 0.30 29.49 0.98 0.35
Hex B3 59 2 0 32 63 1E 1D 62 23
Octal 263 131 2 0 62 143 36 35 142 43
Binary 10110011 1011001 10 0 110010 1100011 11110 11101 1100010 100011

Color Harmonies of #B35902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35902

Black with #B35902

Text Example


Text Example

White with #B35902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35902; }

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

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

background-color css

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

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

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

border-color css

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

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

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