Html Css Color HEX #BEBA3C Old Gold

📋 copy color: '#BEBA3C'

red 190 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #BEBA3C

Tints of Old Gold #BEBA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 43.58%
G = 42.66%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEBA3C (or 0xBEBA3C) is known color: Old Gold. HEX triplet: BE, BA and 3C. RGB value is (190,186,60). Sum of RGB (Red+Green+Blue) = 190+186+60=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA3C is #4145C3. Grayscale: #ADADAD. Windows color (decimal): -4277700 or 3979966. OLE color: 3979966.

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

Color convert

RGB 190 186 60 -
CMYK 0 0.02 0.68 0.25
HSL 58.15º 0.52% 0.49% -
HSV(B) 58.15º 0.68% 0.75% -
XYZ 39.61 46.39 11.14 -
YUV 172.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 190 186 60 0 0.02 0.68 0.25 58.15 0.52 0.49
Hex BE BA 3C 0 2 44 19 3A 34 31
Octal 276 272 74 0 2 104 31 72 64 61
Binary 10111110 10111010 111100 0 10 1000100 11001 111010 110100 110001

Color Harmonies of #BEBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA3C

Black with #BEBA3C

Text Example


Text Example

White with #BEBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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