#BE7B02

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

Shades of Dark Goldenrod #BE7B02

Tints of Dark Goldenrod #BE7B02

Color information

#BE7B02 (or 0xBE7B02) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7B and 02. RGB value is (190,123,2). Sum of RGB (Red+Green+Blue) = 190+123+2=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B02 is #4184FD. Grayscale: #818181. Windows color (decimal): -4293886 or 162750. OLE color: 162750.

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

Color convert

RGB1901232-
CMYK00.350.990.25
HSL38.62º97.92%37.65%-
HSV(B)38.62º98.95%74.51%-
XYZ28.3325.123.41-
YUV129.2456.2171.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=60.32%
G=39.05%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190123200.350.990.2538.6297.9237.65
HexBE7B20236319276226
Octal2761732043143314714246
Binary1011111011110111001000111100011110011001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B02; }

 p { color: rgb(190,123,2); }

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

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

 a { background-color: rgb(190,123,2); }

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

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

 span { border-color: rgb(190,123,2); }

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