Html Css Color HEX #B25702 Tenne (Tawny)

📋 copy color: '#B25702'

red 178 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #B25702

Tints of Tenne (Tawny) #B25702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

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

R = 66.67%
G = 32.58%
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

#B25702 (or 0xB25702) is known color: Tenne (Tawny). HEX triplet: B2, 57 and 02. RGB value is (178,87,2). Sum of RGB (Red+Green+Blue) = 178+87+2=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B25702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25702 is #4DA8FD. Grayscale: #686868. Windows color (decimal): -5089534 or 153522. OLE color: 153522.

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

Color convert

RGB 178 87 2 -
CMYK 0 0.51 0.99 0.30
HSL 28.98º 0.98% 0.35% -
HSV(B) 28.98º 0.99% 0.7% -
XYZ 21.78 16.29 2.05 -
YUV 104.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 178 87 2 0 0.51 0.99 0.30 28.98 0.98 0.35
Hex B2 57 2 0 33 63 1E 1D 62 23
Octal 262 127 2 0 63 143 36 35 142 43
Binary 10110010 1010111 10 0 110011 1100011 11110 11101 1100010 100011

Color Harmonies of #B25702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25702

Black with #B25702

Text Example


Text Example

White with #B25702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25702; }

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

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

background-color css

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

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

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

border-color css

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

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

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