Html Css Color HEX #BEBA3A Old Gold

📋 copy color: '#BEBA3A'

red 190 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #BEBA3A

Tints of Old Gold #BEBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 43.78%
G = 42.86%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEBA3A (or 0xBEBA3A) is known color: Old Gold. HEX triplet: BE, BA and 3A. RGB value is (190,186,58). Sum of RGB (Red+Green+Blue) = 190+186+58=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA3A is #4145C5. Grayscale: #ADADAD. Windows color (decimal): -4277702 or 3848894. OLE color: 3848894.

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

Color convert

RGB 190 186 58 -
CMYK 0 0.02 0.69 0.25
HSL 58.18º 0.53% 0.49% -
HSV(B) 58.18º 0.69% 0.75% -
XYZ 39.56 46.37 10.87 -
YUV 172.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 190 186 58 0 0.02 0.69 0.25 58.18 0.53 0.49
Hex BE BA 3A 0 2 45 19 3A 35 31
Octal 276 272 72 0 2 105 31 72 65 61
Binary 10111110 10111010 111010 0 10 1000101 11001 111010 110101 110001

Color Harmonies of #BEBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA3A

Black with #BEBA3A

Text Example


Text Example

White with #BEBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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