Html Css Color HEX #BEB736 Old Gold

📋 copy color: '#BEB736'

red 190 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #BEB736

Tints of Old Gold #BEB736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.65%

R = 44.5%
G = 42.86%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BEB736 (or 0xBEB736) is known color: Old Gold. HEX triplet: BE, B7 and 36. RGB value is (190,183,54). Sum of RGB (Red+Green+Blue) = 190+183+54=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB736 is #4148C9. Grayscale: #AAAAAA. Windows color (decimal): -4278474 or 3585982. OLE color: 3585982.

HSL color Cylindrical-coordinate representation of color #BEB736: hue angle of 56.91º 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 #BEB736 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 54 -
CMYK 0 0.04 0.72 0.25
HSL 56.91º 0.56% 0.48% -
HSV(B) 56.91º 0.72% 0.75% -
XYZ 38.83 45.08 10.14 -
YUV 170.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 190 183 54 0 0.04 0.72 0.25 56.91 0.56 0.48
Hex BE B7 36 0 4 48 19 39 38 30
Octal 276 267 66 0 4 110 31 71 70 60
Binary 10111110 10110111 110110 0 100 1001000 11001 111001 111000 110000

Color Harmonies of #BEB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB736

Black with #BEB736

Text Example


Text Example

White with #BEB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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