Html Css Color HEX #BEB935 Old Gold

📋 copy color: '#BEB935'

red 190 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #BEB935

Tints of Old Gold #BEB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 53 (21.09% from 255) = 12.38%

R = 44.39%
G = 43.22%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BEB935 (or 0xBEB935) is known color: Old Gold. HEX triplet: BE, B9 and 35. RGB value is (190,185,53). Sum of RGB (Red+Green+Blue) = 190+185+53=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB935 is #4146CA. Grayscale: #ABABAB. Windows color (decimal): -4277963 or 3520958. OLE color: 3520958.

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

Color convert

RGB 190 185 53 -
CMYK 0 0.03 0.72 0.25
HSL 57.81º 0.56% 0.48% -
HSV(B) 57.81º 0.72% 0.75% -
XYZ 39.23 45.9 10.16 -
YUV 171.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 190 185 53 0 0.03 0.72 0.25 57.81 0.56 0.48
Hex BE B9 35 0 3 48 19 3A 38 30
Octal 276 271 65 0 3 110 31 72 70 60
Binary 10111110 10111001 110101 0 11 1001000 11001 111010 111000 110000

Color Harmonies of #BEB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB935

Black with #BEB935

Text Example


Text Example

White with #BEB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB935; }

 p { color: rgb(190,185,53); }

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

background-color css

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

 a { background-color: rgb(190,185,53); }

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

border-color css

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

 span { border-color: rgb(190,185,53); }

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