Html Css Color HEX #BEBC30 Old Gold

📋 copy color: '#BEBC30'

red 190 ◦ green 188 ◦ blue 48

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

Shades of Old Gold #BEBC30

Tints of Old Gold #BEBC30

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

 BLUE value IS 48 (19.14% from 255) = 11.27%

R = 44.6%
G = 44.13%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BEBC30 (or 0xBEBC30) is known color: Old Gold. HEX triplet: BE, BC and 30. RGB value is (190,188,48). Sum of RGB (Red+Green+Blue) = 190+188+48=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC30 is #4143CF. Grayscale: #ADADAD. Windows color (decimal): -4277200 or 3194046. OLE color: 3194046.

HSL color Cylindrical-coordinate representation of color #BEBC30: hue angle of 59.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEBC30 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 48 -
CMYK 0 0.01 0.75 0.25
HSL 59.15º 0.6% 0.47% -
HSV(B) 59.15º 0.75% 0.75% -
XYZ 39.75 47.13 9.8 -
YUV 172.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 190 188 48 0 0.01 0.75 0.25 59.15 0.6 0.47
Hex BE BC 30 0 1 4B 19 3B 3C 2F
Octal 276 274 60 0 1 113 31 73 74 57
Binary 10111110 10111100 110000 0 1 1001011 11001 111011 111100 101111

Color Harmonies of #BEBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC30

Black with #BEBC30

Text Example


Text Example

White with #BEBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC30; }

 p { color: rgb(190,188,48); }

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

background-color css

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

 a { background-color: rgb(190,188,48); }

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

border-color css

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

 span { border-color: rgb(190,188,48); }

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