Html Css Color HEX #BE8003 Dark Goldenrod

📋 copy color: '#BE8003'

red 190 ◦ green 128 ◦ blue 3

#BE8003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BE8003

Tints of Dark Goldenrod #BE8003

RGB

 RED value IS 190 (74.61% from 255) = 59.19%

 GREEN value IS 128 (50.39% from 255) = 39.88%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 59.19%
G = 39.88%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE8003 (or 0xBE8003) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 03. RGB value is (190,128,3). Sum of RGB (Red+Green+Blue) = 190+128+3=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8003 is #417FFC. Grayscale: #848484. Windows color (decimal): -4292605 or 229566. OLE color: 229566.

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

Color convert

RGB 190 128 3 -
CMYK 0 0.33 0.98 0.25
HSL 40.11º 0.97% 0.38% -
HSV(B) 40.11º 0.98% 0.75% -
XYZ 28.97 26.39 3.65 -
YUV 132.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 190 128 3 0 0.33 0.98 0.25 40.11 0.97 0.38
Hex BE 80 3 0 21 62 19 28 61 26
Octal 276 200 3 0 41 142 31 50 141 46
Binary 10111110 10000000 11 0 100001 1100010 11001 101000 1100001 100110

Color Harmonies of #BE8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8003

Black with #BE8003

Text Example


Text Example

White with #BE8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8003; }

 p { color: rgb(190,128,3); }

 H1.HeaderClassName
 {
   color: #BE8003;
 }
 .AnyTagClassName
 {
   color: #BE8003;
 }
</style>

background-color css

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

 a { background-color: rgb(190,128,3); }

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

border-color css

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

 span { border-color: rgb(190,128,3); }

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