Html Css Color HEX #B06000 Golden Brown

📋 copy color: '#B06000'

red 176 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #B06000

Tints of Golden Brown #B06000

RGB

 RED value IS 176 (69.14% from 255) = 64.71%

 GREEN value IS 96 (37.89% from 255) = 35.29%

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

R = 64.71%
G = 35.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B06000 (or 0xB06000) is known color: Golden Brown. HEX triplet: B0, 60 and 00. RGB value is (176,96,0). Sum of RGB (Red+Green+Blue) = 176+96+0=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B06000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06000 is #4F9FFF. Grayscale: #6D6D6D. Windows color (decimal): -5218304 or 24752. OLE color: 24752.

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

Color convert

RGB 176 96 0 -
CMYK 0 0.45 1 0.31
HSL 32.73º 1% 0.35% -
HSV(B) 32.73º 1% 0.69% -
XYZ 22.09 17.6 2.23 -
YUV 108.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 176 96 0 0 0.45 1 0.31 32.73 1 0.35
Hex B0 60 0 0 2D 64 1F 21 64 23
Octal 260 140 0 0 55 144 37 41 144 43
Binary 10110000 1100000 0 0 101101 1100100 11111 100001 1100100 100011

Color Harmonies of #B06000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06000

Black with #B06000

Text Example


Text Example

White with #B06000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06000; }

 p { color: rgb(176,96,0); }

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

background-color css

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

 a { background-color: rgb(176,96,0); }

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

border-color css

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

 span { border-color: rgb(176,96,0); }

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