#B06403

Color #B06403 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B06403

Tints of Golden Brown #B06403

Color information

#B06403 (or 0xB06403) is unknown color: approx Golden Brown. HEX triplet: B0, 64 and 03. RGB value is (176,100,3). Sum of RGB (Red+Green+Blue) = 176+100+3=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B06403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06403 is #4F9BFC. Grayscale: #707070. Windows color (decimal): -5217277 or 222384. OLE color: 222384.

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

Color convert

RGB1761003-
CMYK00.430.980.31
HSL33.64º96.65%35.1%-
HSV(B)33.64º98.3%69.02%-
XYZ22.4818.352.44-
YUV111.6766.68173.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.08%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=63.08%
G=35.84%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176100300.430.980.3133.6496.6535.1
HexB064302B621F226123
Octal2601443053142374214143
Binary1011000011001001101010111100010111111000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06403; }

 p { color: rgb(176,100,3); }

 H1.HeaderClassName
 {
   color: #B06403;
 }
 .AnyTagClassName
 {
   color: #B06403;
 }
</style>
background-color css

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

 a { background-color: rgb(176,100,3); }

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

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

 span { border-color: rgb(176,100,3); }

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