Html Css Color HEX #BEBC31 Old Gold

📋 copy color: '#BEBC31'

red 190 ◦ green 188 ◦ blue 49

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

Shades of Old Gold #BEBC31

Tints of Old Gold #BEBC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

 BLUE value IS 49 (19.53% from 255) = 11.48%

R = 44.5%
G = 44.03%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEBC31 (or 0xBEBC31) is known color: Old Gold. HEX triplet: BE, BC and 31. RGB value is (190,188,49). Sum of RGB (Red+Green+Blue) = 190+188+49=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC31 is #4143CE. Grayscale: #ADADAD. Windows color (decimal): -4277199 or 3259582. OLE color: 3259582.

HSL color Cylindrical-coordinate representation of color #BEBC31: hue angle of 59.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEBC31 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 49 -
CMYK 0 0.01 0.74 0.25
HSL 59.15º 0.59% 0.47% -
HSV(B) 59.15º 0.74% 0.75% -
XYZ 39.77 47.14 9.91 -
YUV 172.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 190 188 49 0 0.01 0.74 0.25 59.15 0.59 0.47
Hex BE BC 31 0 1 4A 19 3B 3B 2F
Octal 276 274 61 0 1 112 31 73 73 57
Binary 10111110 10111100 110001 0 1 1001010 11001 111011 111011 101111

Color Harmonies of #BEBC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC31

Black with #BEBC31

Text Example


Text Example

White with #BEBC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC31; }

 p { color: rgb(190,188,49); }

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

background-color css

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

 a { background-color: rgb(190,188,49); }

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

border-color css

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

 span { border-color: rgb(190,188,49); }

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