Html Css Color HEX #BE8C03 Dark Goldenrod

📋 copy color: '#BE8C03'

red 190 ◦ green 140 ◦ blue 3

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

Shades of Dark Goldenrod #BE8C03

Tints of Dark Goldenrod #BE8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

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

R = 57.06%
G = 42.04%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE8C03 (or 0xBE8C03) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 03. RGB value is (190,140,3). Sum of RGB (Red+Green+Blue) = 190+140+3=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C03 is #4173FC. Grayscale: #8B8B8B. Windows color (decimal): -4289533 or 232638. OLE color: 232638.

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

Color convert

RGB 190 140 3 -
CMYK 0 0.26 0.98 0.25
HSL 43.96º 0.97% 0.38% -
HSV(B) 43.96º 0.98% 0.75% -
XYZ 30.63 29.71 4.21 -
YUV 139.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 190 140 3 0 0.26 0.98 0.25 43.96 0.97 0.38
Hex BE 8C 3 0 1A 62 19 2C 61 26
Octal 276 214 3 0 32 142 31 54 141 46
Binary 10111110 10001100 11 0 11010 1100010 11001 101100 1100001 100110

Color Harmonies of #BE8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C03

Black with #BE8C03

Text Example


Text Example

White with #BE8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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