Html Css Color HEX #BE8503 Dark Goldenrod

📋 copy color: '#BE8503'

red 190 ◦ green 133 ◦ blue 3

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

Shades of Dark Goldenrod #BE8503

Tints of Dark Goldenrod #BE8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

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

R = 58.28%
G = 40.8%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE8503 (or 0xBE8503) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 03. RGB value is (190,133,3). Sum of RGB (Red+Green+Blue) = 190+133+3=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8503 is #417AFC. Grayscale: #878787. Windows color (decimal): -4291325 or 230846. OLE color: 230846.

HSL color Cylindrical-coordinate representation of color #BE8503: hue angle of 41.71º 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 #BE8503 is Cyan = 0, Magento = 0.3, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 3 -
CMYK 0 0.3 0.98 0.25
HSL 41.71º 0.97% 0.38% -
HSV(B) 41.71º 0.98% 0.75% -
XYZ 29.64 27.73 3.88 -
YUV 135.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 190 133 3 0 0.3 0.98 0.25 41.71 0.97 0.38
Hex BE 85 3 0 1E 62 19 2A 61 26
Octal 276 205 3 0 36 142 31 52 141 46
Binary 10111110 10000101 11 0 11110 1100010 11001 101010 1100001 100110

Color Harmonies of #BE8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8503

Black with #BE8503

Text Example


Text Example

White with #BE8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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