Html Css Color HEX #BEBA32 Old Gold

📋 copy color: '#BEBA32'

red 190 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #BEBA32

Tints of Old Gold #BEBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 44.6%
G = 43.66%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEBA32 (or 0xBEBA32) is known color: Old Gold. HEX triplet: BE, BA and 32. RGB value is (190,186,50). Sum of RGB (Red+Green+Blue) = 190+186+50=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA32 is #4145CD. Grayscale: #ACACAC. Windows color (decimal): -4277710 or 3324606. OLE color: 3324606.

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

Color convert

RGB 190 186 50 -
CMYK 0 0.02 0.74 0.25
HSL 58.29º 0.58% 0.47% -
HSV(B) 58.29º 0.74% 0.75% -
XYZ 39.37 46.3 9.88 -
YUV 171.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 190 186 50 0 0.02 0.74 0.25 58.29 0.58 0.47
Hex BE BA 32 0 2 4A 19 3A 3A 2F
Octal 276 272 62 0 2 112 31 72 72 57
Binary 10111110 10111010 110010 0 10 1001010 11001 111010 111010 101111

Color Harmonies of #BEBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA32

Black with #BEBA32

Text Example


Text Example

White with #BEBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA32; }

 p { color: rgb(190,186,50); }

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

background-color css

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

 a { background-color: rgb(190,186,50); }

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

border-color css

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

 span { border-color: rgb(190,186,50); }

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