Html Css Color HEX #BEB732 Old Gold

📋 copy color: '#BEB732'

red 190 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #BEB732

Tints of Old Gold #BEB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

 BLUE value IS 50 (19.92% from 255) = 11.82%

R = 44.92%
G = 43.26%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB732 (or 0xBEB732) is known color: Old Gold. HEX triplet: BE, B7 and 32. RGB value is (190,183,50). Sum of RGB (Red+Green+Blue) = 190+183+50=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB732 is #4148CD. Grayscale: #AAAAAA. Windows color (decimal): -4278478 or 3323838. OLE color: 3323838.

HSL color Cylindrical-coordinate representation of color #BEB732: hue angle of 57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEB732 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 50 -
CMYK 0 0.04 0.74 0.25
HSL 57º 0.58% 0.47% -
HSV(B) 57º 0.74% 0.75% -
XYZ 38.74 45.04 9.67 -
YUV 169.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 190 183 50 0 0.04 0.74 0.25 57 0.58 0.47
Hex BE B7 32 0 4 4A 19 39 3A 2F
Octal 276 267 62 0 4 112 31 71 72 57
Binary 10111110 10110111 110010 0 100 1001010 11001 111001 111010 101111

Color Harmonies of #BEB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB732

Black with #BEB732

Text Example


Text Example

White with #BEB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB732; }

 p { color: rgb(190,183,50); }

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

background-color css

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

 a { background-color: rgb(190,183,50); }

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

border-color css

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

 span { border-color: rgb(190,183,50); }

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