Html Css Color HEX #BCBA32 Old Gold

📋 copy color: '#BCBA32'

red 188 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #BCBA32

Tints of Old Gold #BCBA32

RGB

 RED value IS 188 (73.83% from 255) = 44.34%

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

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

R = 44.34%
G = 43.87%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCBA32 (or 0xBCBA32) is known color: Old Gold. HEX triplet: BC, BA and 32. RGB value is (188,186,50). Sum of RGB (Red+Green+Blue) = 188+186+50=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA32 is #4345CD. Grayscale: #ABABAB. Windows color (decimal): -4408782 or 3324604. OLE color: 3324604.

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

Color convert

RGB 188 186 50 -
CMYK 0 0.01 0.73 0.26
HSL 59.13º 0.58% 0.47% -
HSV(B) 59.13º 0.73% 0.74% -
XYZ 38.87 46.04 9.86 -
YUV 171.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 188 186 50 0 0.01 0.73 0.26 59.13 0.58 0.47
Hex BC BA 32 0 1 49 1A 3B 3A 2F
Octal 274 272 62 0 1 111 32 73 72 57
Binary 10111100 10111010 110010 0 1 1001001 11010 111011 111010 101111

Color Harmonies of #BCBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA32

Black with #BCBA32

Text Example


Text Example

White with #BCBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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