Html Css Color HEX #BEBB39 Old Gold

📋 copy color: '#BEBB39'

red 190 ◦ green 187 ◦ blue 57

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

Shades of Old Gold #BEBB39

Tints of Old Gold #BEBB39

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

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

R = 43.78%
G = 43.09%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.7

 K value IS 0.25

RGB Variations

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

Color information

#BEBB39 (or 0xBEBB39) is known color: Old Gold. HEX triplet: BE, BB and 39. RGB value is (190,187,57). Sum of RGB (Red+Green+Blue) = 190+187+57=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB39 is #4144C6. Grayscale: #ADADAD. Windows color (decimal): -4277447 or 3783614. OLE color: 3783614.

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

Color convert

RGB 190 187 57 -
CMYK 0 0.02 0.7 0.25
HSL 58.65º 0.54% 0.48% -
HSV(B) 58.65º 0.7% 0.75% -
XYZ 39.74 46.78 10.81 -
YUV 173.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 190 187 57 0 0.02 0.7 0.25 58.65 0.54 0.48
Hex BE BB 39 0 2 46 19 3B 36 30
Octal 276 273 71 0 2 106 31 73 66 60
Binary 10111110 10111011 111001 0 10 1000110 11001 111011 110110 110000

Color Harmonies of #BEBB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB39

Black with #BEBB39

Text Example


Text Example

White with #BEBB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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