Html Css Color HEX #BEBA37 Old Gold

📋 copy color: '#BEBA37'

red 190 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #BEBA37

Tints of Old Gold #BEBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.16%

 BLUE value IS 55 (21.88% from 255) = 12.76%

R = 44.08%
G = 43.16%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BEBA37 (or 0xBEBA37) is known color: Old Gold. HEX triplet: BE, BA and 37. RGB value is (190,186,55). Sum of RGB (Red+Green+Blue) = 190+186+55=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA37 is #4145C8. Grayscale: #ACACAC. Windows color (decimal): -4277705 or 3652286. OLE color: 3652286.

HSL color Cylindrical-coordinate representation of color #BEBA37: hue angle of 58.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEBA37 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 55 -
CMYK 0 0.02 0.71 0.25
HSL 58.22º 0.55% 0.48% -
HSV(B) 58.22º 0.71% 0.75% -
XYZ 39.48 46.34 10.48 -
YUV 172.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 190 186 55 0 0.02 0.71 0.25 58.22 0.55 0.48
Hex BE BA 37 0 2 47 19 3A 37 30
Octal 276 272 67 0 2 107 31 72 67 60
Binary 10111110 10111010 110111 0 10 1000111 11001 111010 110111 110000

Color Harmonies of #BEBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA37

Black with #BEBA37

Text Example


Text Example

White with #BEBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA37; }

 p { color: rgb(190,186,55); }

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

background-color css

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

 a { background-color: rgb(190,186,55); }

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

border-color css

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

 span { border-color: rgb(190,186,55); }

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