Html Css Color HEX #BEB737 Old Gold

📋 copy color: '#BEB737'

red 190 ◦ green 183 ◦ blue 55

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

Shades of Old Gold #BEB737

Tints of Old Gold #BEB737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.85%

R = 44.39%
G = 42.76%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BEB737 (or 0xBEB737) is known color: Old Gold. HEX triplet: BE, B7 and 37. RGB value is (190,183,55). Sum of RGB (Red+Green+Blue) = 190+183+55=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB737 is #4148C8. Grayscale: #ABABAB. Windows color (decimal): -4278473 or 3651518. OLE color: 3651518.

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

Color convert

RGB 190 183 55 -
CMYK 0 0.04 0.71 0.25
HSL 56.89º 0.55% 0.48% -
HSV(B) 56.89º 0.71% 0.75% -
XYZ 38.86 45.09 10.27 -
YUV 170.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 190 183 55 0 0.04 0.71 0.25 56.89 0.55 0.48
Hex BE B7 37 0 4 47 19 39 37 30
Octal 276 267 67 0 4 107 31 71 67 60
Binary 10111110 10110111 110111 0 100 1000111 11001 111001 110111 110000

Color Harmonies of #BEB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB737

Black with #BEB737

Text Example


Text Example

White with #BEB737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB737; }

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

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

background-color css

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

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

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

border-color css

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

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

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