#B67F1A

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

Shades of Dark Goldenrod #B67F1A

Tints of Dark Goldenrod #B67F1A

Color information

#B67F1A (or 0xB67F1A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 7F and 1A. RGB value is (182,127,26). Sum of RGB (Red+Green+Blue) = 182+127+26=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F1A is #4980E5. Grayscale: #848484. Windows color (decimal): -4817126 or 1736630. OLE color: 1736630.

HSL color Cylindrical-coordinate representation of color #B67F1A: hue angle of 38.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B67F1A is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB18212726-
CMYK00.300.860.29
HSL38.85º75%40.78%-
HSV(B)38.85º85.71%71.37%-
XYZ27.0725.24.41-
YUV131.9368.22163.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=54.33%
G=37.91%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821272600.300.860.2938.857540.78
HexB67F1A01E561D274b29
Octal26617732036126354711351
Binary101101101111111110100111101010110111011001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F1A; }

 p { color: rgb(182,127,26); }

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

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

 a { background-color: rgb(182,127,26); }

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

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

 span { border-color: rgb(182,127,26); }

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