Html Css Color HEX #B25E02 Tenne (Tawny)

📋 copy color: '#B25E02'

red 178 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #B25E02

Tints of Tenne (Tawny) #B25E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

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

R = 64.96%
G = 34.31%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B25E02 (or 0xB25E02) is known color: Tenne (Tawny). HEX triplet: B2, 5E and 02. RGB value is (178,94,2). Sum of RGB (Red+Green+Blue) = 178+94+2=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E02 is #4DA1FD. Grayscale: #6D6D6D. Windows color (decimal): -5087742 or 155314. OLE color: 155314.

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

Color convert

RGB 178 94 2 -
CMYK 0 0.47 0.99 0.30
HSL 31.36º 0.98% 0.35% -
HSV(B) 31.36º 0.99% 0.7% -
XYZ 22.37 17.47 2.25 -
YUV 108.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 178 94 2 0 0.47 0.99 0.30 31.36 0.98 0.35
Hex B2 5E 2 0 2F 63 1E 1F 62 23
Octal 262 136 2 0 57 143 36 37 142 43
Binary 10110010 1011110 10 0 101111 1100011 11110 11111 1100010 100011

Color Harmonies of #B25E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E02

Black with #B25E02

Text Example


Text Example

White with #B25E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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