Html Css Color HEX #B06200 Golden Brown

📋 copy color: '#B06200'

red 176 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #B06200

Tints of Golden Brown #B06200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 64.23%
G = 35.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B06200 (or 0xB06200) is known color: Golden Brown. HEX triplet: B0, 62 and 00. RGB value is (176,98,0). Sum of RGB (Red+Green+Blue) = 176+98+0=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B06200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06200 is #4F9DFF. Grayscale: #6E6E6E. Windows color (decimal): -5217792 or 25264. OLE color: 25264.

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

Color convert

RGB 176 98 0 -
CMYK 0 0.44 1 0.31
HSL 33.41º 1% 0.35% -
HSV(B) 33.41º 1% 0.69% -
XYZ 22.27 17.97 2.29 -
YUV 110.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 176 98 0 0 0.44 1 0.31 33.41 1 0.35
Hex B0 62 0 0 2C 64 1F 21 64 23
Octal 260 142 0 0 54 144 37 41 144 43
Binary 10110000 1100010 0 0 101100 1100100 11111 100001 1100100 100011

Color Harmonies of #B06200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06200

Black with #B06200

Text Example


Text Example

White with #B06200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06200; }

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

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

background-color css

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

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

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

border-color css

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

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

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