#B07B0F

Color #B07B0F Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B07B0F

Tints of Dark Goldenrod #B07B0F

Color information

#B07B0F (or 0xB07B0F) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7B and 0F. RGB value is (176,123,15). Sum of RGB (Red+Green+Blue) = 176+123+15=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07B0F is #4F84F0. Grayscale: #7F7F7F. Windows color (decimal): -5211377 or 1014704. OLE color: 1014704.

HSL color Cylindrical-coordinate representation of color #B07B0F: hue angle of 40.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B07B0F is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB17612315-
CMYK00.300.910.31
HSL40.25º84.29%37.45%-
HSV(B)40.25º91.48%69.02%-
XYZ25.0723.433.65-
YUV126.5365.06163.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=56.05%
G=39.17%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761231500.300.910.3140.2584.2937.45
HexB07BF01E5B1F285425
Octal26017317036133375012445
Binary10110000111101111110111101011011111111010001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B0F; }

 p { color: rgb(176,123,15); }

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

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

 a { background-color: rgb(176,123,15); }

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

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

 span { border-color: rgb(176,123,15); }

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