Html Css Color HEX #B25D00 Tenne (Tawny)

📋 copy color: '#B25D00'

red 178 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #B25D00

Tints of Tenne (Tawny) #B25D00

RGB

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

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

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

R = 65.68%
G = 34.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B25D00 (or 0xB25D00) is known color: Tenne (Tawny). HEX triplet: B2, 5D and 00. RGB value is (178,93,0). Sum of RGB (Red+Green+Blue) = 178+93+0=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25D00 is #4DA2FF. Grayscale: #6C6C6C. Windows color (decimal): -5088000 or 23986. OLE color: 23986.

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

Color convert

RGB 178 93 0 -
CMYK 0 0.48 1 0.30
HSL 31.35º 1% 0.35% -
HSV(B) 31.35º 1% 0.7% -
XYZ 22.27 17.29 2.16 -
YUV 107.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 178 93 0 0 0.48 1 0.30 31.35 1 0.35
Hex B2 5D 0 0 30 64 1E 1F 64 23
Octal 262 135 0 0 60 144 36 37 144 43
Binary 10110010 1011101 0 0 110000 1100100 11110 11111 1100100 100011

Color Harmonies of #B25D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D00

Black with #B25D00

Text Example


Text Example

White with #B25D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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