#B27D01

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

Shades of Dark Goldenrod #B27D01

Tints of Dark Goldenrod #B27D01

Color information

#B27D01 (or 0xB27D01) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7D and 01. RGB value is (178,125,1). Sum of RGB (Red+Green+Blue) = 178+125+1=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D01 is #4D82FE. Grayscale: #7F7F7F. Windows color (decimal): -5079807 or 97714. OLE color: 97714.

HSL color Cylindrical-coordinate representation of color #B27D01: hue angle of 42.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27D01 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1781251-
CMYK00.300.990.30
HSL42.03º98.88%35.1%-
HSV(B)42.03º99.44%69.8%-
XYZ25.724.133.33-
YUV126.7157.06164.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 125 (49.22% from 255) = 41.12%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=58.55%
G=41.12%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178125100.300.990.3042.0398.8835.1
HexB27D101E631E2a6323
Octal2621751036143365214343
Binary10110010111110110111101100011111101010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D01; }

 p { color: rgb(178,125,1); }

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

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

 a { background-color: rgb(178,125,1); }

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

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

 span { border-color: rgb(178,125,1); }

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