Html Css Color HEX #B25600 Tenne (Tawny)

📋 copy color: '#B25600'

red 178 ◦ green 86 ◦ blue 0

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

Shades of Tenne (Tawny) #B25600

Tints of Tenne (Tawny) #B25600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.42%
G = 32.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B25600 (or 0xB25600) is known color: Tenne (Tawny). HEX triplet: B2, 56 and 00. RGB value is (178,86,0). Sum of RGB (Red+Green+Blue) = 178+86+0=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B25600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25600 is #4DA9FF. Grayscale: #686868. Windows color (decimal): -5089792 or 22194. OLE color: 22194.

HSL color Cylindrical-coordinate representation of color #B25600: hue angle of 28.99º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B25600 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 0 -
CMYK 0 0.52 1 0.30
HSL 28.99º 1% 0.35% -
HSV(B) 28.99º 1% 0.7% -
XYZ 21.69 16.12 1.97 -
YUV 103.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 178 86 0 0 0.52 1 0.30 28.99 1 0.35
Hex B2 56 0 0 34 64 1E 1D 64 23
Octal 262 126 0 0 64 144 36 35 144 43
Binary 10110010 1010110 0 0 110100 1100100 11110 11101 1100100 100011

Color Harmonies of #B25600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25600

Black with #B25600

Text Example


Text Example

White with #B25600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25600; }

 p { color: rgb(178,86,0); }

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

background-color css

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

 a { background-color: rgb(178,86,0); }

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

border-color css

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

 span { border-color: rgb(178,86,0); }

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