Html Css Color HEX #B56300 Tenne (Tawny)

📋 copy color: '#B56300'

red 181 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #B56300

Tints of Tenne (Tawny) #B56300

RGB

 RED value IS 181 (71.09% from 255) = 64.64%

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 64.64%
G = 35.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B56300 (or 0xB56300) is known color: Tenne (Tawny). HEX triplet: B5, 63 and 00. RGB value is (181,99,0). Sum of RGB (Red+Green+Blue) = 181+99+0=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B56300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56300 is #4A9CFF. Grayscale: #707070. Windows color (decimal): -4889856 or 25525. OLE color: 25525.

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

Color convert

RGB 181 99 0 -
CMYK 0 0.45 1 0.29
HSL 32.82º 1% 0.35% -
HSV(B) 32.82º 1% 0.71% -
XYZ 23.52 18.75 2.38 -
YUV 112.23 64.67 177.05 -
System Red Green Blue C M Y K H S L
Decimal 181 99 0 0 0.45 1 0.29 32.82 1 0.35
Hex B5 63 0 0 2D 64 1D 21 64 23
Octal 265 143 0 0 55 144 35 41 144 43
Binary 10110101 1100011 0 0 101101 1100100 11101 100001 1100100 100011

Color Harmonies of #B56300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56300

Black with #B56300

Text Example


Text Example

White with #B56300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56300; }

 p { color: rgb(181,99,0); }

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

background-color css

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

 a { background-color: rgb(181,99,0); }

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

border-color css

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

 span { border-color: rgb(181,99,0); }

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