#BE9B00

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

Shades of Dark Goldenrod #BE9B00

Tints of Dark Goldenrod #BE9B00

Color information

#BE9B00 (or 0xBE9B00) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 9B and 00. RGB value is (190,155,0). Sum of RGB (Red+Green+Blue) = 190+155+0=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9B00 is #4164FF. Grayscale: #949494. Windows color (decimal): -4285696 or 39870. OLE color: 39870.

HSL color Cylindrical-coordinate representation of color #BE9B00: hue angle of 48.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE9B00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1901550-
CMYK00.1810.25
HSL48.95º100%37.25%-
HSV(B)48.95º100%74.51%-
XYZ32.9634.394.9-
YUV147.7944.6158.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.07%
G=44.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190155000.1810.2548.9510037.25
HexBE9B00126419316425
Octal2762330022144316114445
Binary101111101001101100100101100100110011100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B00; }

 p { color: rgb(190,155,0); }

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

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

 a { background-color: rgb(190,155,0); }

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

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

 span { border-color: rgb(190,155,0); }

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