Html Css Color HEX #B25E08 Tenne (Tawny)

📋 copy color: '#B25E08'

red 178 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #B25E08

Tints of Tenne (Tawny) #B25E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 63.57%
G = 33.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B25E08 (or 0xB25E08) is known color: Tenne (Tawny). HEX triplet: B2, 5E and 08. RGB value is (178,94,8). Sum of RGB (Red+Green+Blue) = 178+94+8=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E08 is #4DA1F7. Grayscale: #6D6D6D. Windows color (decimal): -5087736 or 548530. OLE color: 548530.

HSL color Cylindrical-coordinate representation of color #B25E08: hue angle of 30.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B25E08 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 8 -
CMYK 0 0.47 0.96 0.30
HSL 30.35º 0.91% 0.36% -
HSV(B) 30.35º 0.96% 0.7% -
XYZ 22.41 17.49 2.42 -
YUV 109.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 178 94 8 0 0.47 0.96 0.30 30.35 0.91 0.36
Hex B2 5E 8 0 2F 60 1E 1E 5B 24
Octal 262 136 10 0 57 140 36 36 133 44
Binary 10110010 1011110 1000 0 101111 1100000 11110 11110 1011011 100100

Color Harmonies of #B25E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E08

Black with #B25E08

Text Example


Text Example

White with #B25E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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