Html Css Color HEX #BEB739 Old Gold

📋 copy color: '#BEB739'

red 190 ◦ green 183 ◦ blue 57

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

Shades of Old Gold #BEB739

Tints of Old Gold #BEB739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.26%

R = 44.19%
G = 42.56%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BEB739 (or 0xBEB739) is known color: Old Gold. HEX triplet: BE, B7 and 39. RGB value is (190,183,57). Sum of RGB (Red+Green+Blue) = 190+183+57=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB739 is #4148C6. Grayscale: #ABABAB. Windows color (decimal): -4278471 or 3782590. OLE color: 3782590.

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

Color convert

RGB 190 183 57 -
CMYK 0 0.04 0.7 0.25
HSL 56.84º 0.54% 0.48% -
HSV(B) 56.84º 0.7% 0.75% -
XYZ 38.91 45.11 10.53 -
YUV 170.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 190 183 57 0 0.04 0.7 0.25 56.84 0.54 0.48
Hex BE B7 39 0 4 46 19 39 36 30
Octal 276 267 71 0 4 106 31 71 66 60
Binary 10111110 10110111 111001 0 100 1000110 11001 111001 110110 110000

Color Harmonies of #BEB739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB739

Black with #BEB739

Text Example


Text Example

White with #BEB739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB739; }

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

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

background-color css

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

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

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

border-color css

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

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

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