Html Css Color HEX #BE910B Dark Goldenrod

📋 copy color: '#BE910B'

red 190 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #BE910B

Tints of Dark Goldenrod #BE910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.91%

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

R = 54.91%
G = 41.91%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE910B (or 0xBE910B) is known color: Dark Goldenrod. HEX triplet: BE, 91 and 0B. RGB value is (190,145,11). Sum of RGB (Red+Green+Blue) = 190+145+11=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE910B is #416EF4. Grayscale: #8F8F8F. Windows color (decimal): -4288245 or 758206. OLE color: 758206.

HSL color Cylindrical-coordinate representation of color #BE910B: hue angle of 44.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 #BE910B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 145 11 -
CMYK 0 0.24 0.94 0.25
HSL 44.92º 0.89% 0.39% -
HSV(B) 44.92º 0.94% 0.75% -
XYZ 31.42 31.22 4.69 -
YUV 143.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 190 145 11 0 0.24 0.94 0.25 44.92 0.89 0.39
Hex BE 91 B 0 18 5E 19 2D 59 27
Octal 276 221 13 0 30 136 31 55 131 47
Binary 10111110 10010001 1011 0 11000 1011110 11001 101101 1011001 100111

Color Harmonies of #BE910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE910B

Black with #BE910B

Text Example


Text Example

White with #BE910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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