Html Css Color HEX #BEBC32 Old Gold

📋 copy color: '#BEBC32'

red 190 ◦ green 188 ◦ blue 50

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

Shades of Old Gold #BEBC32

Tints of Old Gold #BEBC32

RGB

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

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

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

R = 44.39%
G = 43.93%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEBC32 (or 0xBEBC32) is known color: Old Gold. HEX triplet: BE, BC and 32. RGB value is (190,188,50). Sum of RGB (Red+Green+Blue) = 190+188+50=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC32 is #4143CD. Grayscale: #ADADAD. Windows color (decimal): -4277198 or 3325118. OLE color: 3325118.

HSL color Cylindrical-coordinate representation of color #BEBC32: 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.74%. Process color model (Four color, CMYK) of #BEBC32 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 50 -
CMYK 0 0.01 0.74 0.25
HSL 59.14º 0.58% 0.47% -
HSV(B) 59.14º 0.74% 0.75% -
XYZ 39.79 47.14 10.02 -
YUV 172.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 190 188 50 0 0.01 0.74 0.25 59.14 0.58 0.47
Hex BE BC 32 0 1 4A 19 3B 3A 2F
Octal 276 274 62 0 1 112 31 73 72 57
Binary 10111110 10111100 110010 0 1 1001010 11001 111011 111010 101111

Color Harmonies of #BEBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC32

Black with #BEBC32

Text Example


Text Example

White with #BEBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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