Html Css Color HEX #BEBC33 Old Gold

📋 copy color: '#BEBC33'

red 190 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #BEBC33

Tints of Old Gold #BEBC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 44.29%
G = 43.82%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BEBC33 (or 0xBEBC33) is known color: Old Gold. HEX triplet: BE, BC and 33. RGB value is (190,188,51). Sum of RGB (Red+Green+Blue) = 190+188+51=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC33 is #4143CC. Grayscale: #ADADAD. Windows color (decimal): -4277197 or 3390654. OLE color: 3390654.

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

Color convert

RGB 190 188 51 -
CMYK 0 0.01 0.73 0.25
HSL 59.14º 0.58% 0.47% -
HSV(B) 59.14º 0.73% 0.75% -
XYZ 39.82 47.15 10.13 -
YUV 172.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 190 188 51 0 0.01 0.73 0.25 59.14 0.58 0.47
Hex BE BC 33 0 1 49 19 3B 3A 2F
Octal 276 274 63 0 1 111 31 73 72 57
Binary 10111110 10111100 110011 0 1 1001001 11001 111011 111010 101111

Color Harmonies of #BEBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC33

Black with #BEBC33

Text Example


Text Example

White with #BEBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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