Html Css Color HEX #BE940B Dark Goldenrod

📋 copy color: '#BE940B'

red 190 ◦ green 148 ◦ blue 11

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

Shades of Dark Goldenrod #BE940B

Tints of Dark Goldenrod #BE940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.41%

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 54.44%
G = 42.41%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE940B (or 0xBE940B) is known color: Dark Goldenrod. HEX triplet: BE, 94 and 0B. RGB value is (190,148,11). Sum of RGB (Red+Green+Blue) = 190+148+11=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE940B is #416BF4. Grayscale: #919191. Windows color (decimal): -4287477 or 758974. OLE color: 758974.

HSL color Cylindrical-coordinate representation of color #BE940B: hue angle of 45.92º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE940B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 11 -
CMYK 0 0.22 0.94 0.25
HSL 45.92º 0.89% 0.39% -
HSV(B) 45.92º 0.94% 0.75% -
XYZ 31.89 32.15 4.84 -
YUV 144.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 190 148 11 0 0.22 0.94 0.25 45.92 0.89 0.39
Hex BE 94 B 0 16 5E 19 2E 59 27
Octal 276 224 13 0 26 136 31 56 131 47
Binary 10111110 10010100 1011 0 10110 1011110 11001 101110 1011001 100111

Color Harmonies of #BE940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE940B

Black with #BE940B

Text Example


Text Example

White with #BE940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE940B; }

 p { color: rgb(190,148,11); }

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

background-color css

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

 a { background-color: rgb(190,148,11); }

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

border-color css

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

 span { border-color: rgb(190,148,11); }

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