Html Css Color HEX #BE930D Dark Goldenrod

📋 copy color: '#BE930D'

red 190 ◦ green 147 ◦ blue 13

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

Shades of Dark Goldenrod #BE930D

Tints of Dark Goldenrod #BE930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 54.29%
G = 42%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE930D (or 0xBE930D) is known color: Dark Goldenrod. HEX triplet: BE, 93 and 0D. RGB value is (190,147,13). Sum of RGB (Red+Green+Blue) = 190+147+13=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE930D is #416CF2. Grayscale: #919191. Windows color (decimal): -4287731 or 889790. OLE color: 889790.

HSL color Cylindrical-coordinate representation of color #BE930D: hue angle of 45.42º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE930D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 13 -
CMYK 0 0.23 0.93 0.25
HSL 45.42º 0.87% 0.4% -
HSV(B) 45.42º 0.93% 0.75% -
XYZ 31.74 31.84 4.85 -
YUV 144.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 190 147 13 0 0.23 0.93 0.25 45.42 0.87 0.4
Hex BE 93 D 0 17 5D 19 2D 57 28
Octal 276 223 15 0 27 135 31 55 127 50
Binary 10111110 10010011 1101 0 10111 1011101 11001 101101 1010111 101000

Color Harmonies of #BE930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE930D

Black with #BE930D

Text Example


Text Example

White with #BE930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE930D; }

 p { color: rgb(190,147,13); }

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

background-color css

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

 a { background-color: rgb(190,147,13); }

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

border-color css

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

 span { border-color: rgb(190,147,13); }

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