Html Css Color HEX #B25802 Tenne (Tawny)

📋 copy color: '#B25802'

red 178 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #B25802

Tints of Tenne (Tawny) #B25802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 66.42%
G = 32.84%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25802 (or 0xB25802) is known color: Tenne (Tawny). HEX triplet: B2, 58 and 02. RGB value is (178,88,2). Sum of RGB (Red+Green+Blue) = 178+88+2=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B25802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25802 is #4DA7FD. Grayscale: #696969. Windows color (decimal): -5089278 or 153778. OLE color: 153778.

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

Color convert

RGB 178 88 2 -
CMYK 0 0.51 0.99 0.30
HSL 29.32º 0.98% 0.35% -
HSV(B) 29.32º 0.99% 0.7% -
XYZ 21.86 16.45 2.08 -
YUV 105.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 178 88 2 0 0.51 0.99 0.30 29.32 0.98 0.35
Hex B2 58 2 0 33 63 1E 1D 62 23
Octal 262 130 2 0 63 143 36 35 142 43
Binary 10110010 1011000 10 0 110011 1100011 11110 11101 1100010 100011

Color Harmonies of #B25802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25802

Black with #B25802

Text Example


Text Example

White with #B25802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25802; }

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

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

background-color css

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

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

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

border-color css

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

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

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