Html Css Color HEX #BEB63B Old Gold

📋 copy color: '#BEB63B'

red 190 ◦ green 182 ◦ blue 59

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

Shades of Old Gold #BEB63B

Tints of Old Gold #BEB63B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.23%

 BLUE value IS 59 (23.44% from 255) = 13.69%

R = 44.08%
G = 42.23%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BEB63B (or 0xBEB63B) is known color: Old Gold. HEX triplet: BE, B6 and 3B. RGB value is (190,182,59). Sum of RGB (Red+Green+Blue) = 190+182+59=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB63B is #4149C4. Grayscale: #AAAAAA. Windows color (decimal): -4278725 or 3913406. OLE color: 3913406.

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

Color convert

RGB 190 182 59 -
CMYK 0 0.04 0.69 0.25
HSL 56.34º 0.53% 0.49% -
HSV(B) 56.34º 0.69% 0.75% -
XYZ 38.75 44.72 10.73 -
YUV 170.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 190 182 59 0 0.04 0.69 0.25 56.34 0.53 0.49
Hex BE B6 3B 0 4 45 19 38 35 31
Octal 276 266 73 0 4 105 31 70 65 61
Binary 10111110 10110110 111011 0 100 1000101 11001 111000 110101 110001

Color Harmonies of #BEB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB63B

Black with #BEB63B

Text Example


Text Example

White with #BEB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB63B; }

 p { color: rgb(190,182,59); }

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

background-color css

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

 a { background-color: rgb(190,182,59); }

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

border-color css

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

 span { border-color: rgb(190,182,59); }

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