Html Css Color HEX #BEBA2F Old Gold

📋 copy color: '#BEBA2F'

red 190 ◦ green 186 ◦ blue 47

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

Shades of Old Gold #BEBA2F

Tints of Old Gold #BEBA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.11%

R = 44.92%
G = 43.97%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BEBA2F (or 0xBEBA2F) is known color: Old Gold. HEX triplet: BE, BA and 2F. RGB value is (190,186,47). Sum of RGB (Red+Green+Blue) = 190+186+47=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA2F is #4145D0. Grayscale: #ABABAB. Windows color (decimal): -4277713 or 3127998. OLE color: 3127998.

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

Color convert

RGB 190 186 47 -
CMYK 0 0.02 0.75 0.25
HSL 58.32º 0.6% 0.46% -
HSV(B) 58.32º 0.75% 0.75% -
XYZ 39.31 46.27 9.55 -
YUV 171.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 190 186 47 0 0.02 0.75 0.25 58.32 0.6 0.46
Hex BE BA 2F 0 2 4B 19 3A 3C 2E
Octal 276 272 57 0 2 113 31 72 74 56
Binary 10111110 10111010 101111 0 10 1001011 11001 111010 111100 101110

Color Harmonies of #BEBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA2F

Black with #BEBA2F

Text Example


Text Example

White with #BEBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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