Html Css Color HEX #B25D02 Tenne (Tawny)

📋 copy color: '#B25D02'

red 178 ◦ green 93 ◦ blue 2

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

Shades of Tenne (Tawny) #B25D02

Tints of Tenne (Tawny) #B25D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.07%

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

R = 65.2%
G = 34.07%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25D02 (or 0xB25D02) is known color: Tenne (Tawny). HEX triplet: B2, 5D and 02. RGB value is (178,93,2). Sum of RGB (Red+Green+Blue) = 178+93+2=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25D02 is #4DA2FD. Grayscale: #6C6C6C. Windows color (decimal): -5087998 or 155058. OLE color: 155058.

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

Color convert

RGB 178 93 2 -
CMYK 0 0.48 0.99 0.30
HSL 31.02º 0.98% 0.35% -
HSV(B) 31.02º 0.99% 0.7% -
XYZ 22.29 17.3 2.22 -
YUV 108.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 178 93 2 0 0.48 0.99 0.30 31.02 0.98 0.35
Hex B2 5D 2 0 30 63 1E 1F 62 23
Octal 262 135 2 0 60 143 36 37 142 43
Binary 10110010 1011101 10 0 110000 1100011 11110 11111 1100010 100011

Color Harmonies of #B25D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D02

Black with #B25D02

Text Example


Text Example

White with #B25D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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