Html Css Color HEX #B25502 Tenne (Tawny)

📋 copy color: '#B25502'

red 178 ◦ green 85 ◦ blue 2

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

Shades of Tenne (Tawny) #B25502

Tints of Tenne (Tawny) #B25502

RGB

 RED value IS 178 (69.92% from 255) = 67.17%

 GREEN value IS 85 (33.59% from 255) = 32.08%

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

R = 67.17%
G = 32.08%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25502 (or 0xB25502) is known color: Tenne (Tawny). HEX triplet: B2, 55 and 02. RGB value is (178,85,2). Sum of RGB (Red+Green+Blue) = 178+85+2=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B25502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25502 is #4DAAFD. Grayscale: #676767. Windows color (decimal): -5090046 or 153010. OLE color: 153010.

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

Color convert

RGB 178 85 2 -
CMYK 0 0.52 0.99 0.30
HSL 28.3º 0.98% 0.35% -
HSV(B) 28.3º 0.99% 0.7% -
XYZ 21.62 15.97 2 -
YUV 103.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 178 85 2 0 0.52 0.99 0.30 28.3 0.98 0.35
Hex B2 55 2 0 34 63 1E 1C 62 23
Octal 262 125 2 0 64 143 36 34 142 43
Binary 10110010 1010101 10 0 110100 1100011 11110 11100 1100010 100011

Color Harmonies of #B25502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25502

Black with #B25502

Text Example


Text Example

White with #B25502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25502; }

 p { color: rgb(178,85,2); }

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

background-color css

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

 a { background-color: rgb(178,85,2); }

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

border-color css

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

 span { border-color: rgb(178,85,2); }

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