Html Css Color HEX #BCBA33 Old Gold

📋 copy color: '#BCBA33'

red 188 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #BCBA33

Tints of Old Gold #BCBA33

RGB

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

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

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

R = 44.24%
G = 43.76%
B = 12%

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

#BCBA33 (or 0xBCBA33) is known color: Old Gold. HEX triplet: BC, BA and 33. RGB value is (188,186,51). Sum of RGB (Red+Green+Blue) = 188+186+51=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA33 is #4345CC. Grayscale: #ABABAB. Windows color (decimal): -4408781 or 3390140. OLE color: 3390140.

HSL color Cylindrical-coordinate representation of color #BCBA33: hue angle of 59.12º degrees, saturation: 0.57, 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 #BCBA33 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 51 -
CMYK 0 0.01 0.73 0.26
HSL 59.12º 0.57% 0.47% -
HSV(B) 59.12º 0.73% 0.74% -
XYZ 38.9 46.05 9.97 -
YUV 171.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 188 186 51 0 0.01 0.73 0.26 59.12 0.57 0.47
Hex BC BA 33 0 1 49 1A 3B 39 2F
Octal 274 272 63 0 1 111 32 73 71 57
Binary 10111100 10111010 110011 0 1 1001001 11010 111011 111001 101111

Color Harmonies of #BCBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA33

Black with #BCBA33

Text Example


Text Example

White with #BCBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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