Html Css Color HEX #BCA30C Buddha Gold

📋 copy color: '#BCA30C'

red 188 ◦ green 163 ◦ blue 12

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

Shades of Buddha Gold #BCA30C

Tints of Buddha Gold #BCA30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 51.79%
G = 44.9%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCA30C (or 0xBCA30C) is known color: Buddha Gold. HEX triplet: BC, A3 and 0C. RGB value is (188,163,12). Sum of RGB (Red+Green+Blue) = 188+163+12=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA30C is #435CF3. Grayscale: #999999. Windows color (decimal): -4414708 or 828348. OLE color: 828348.

HSL color Cylindrical-coordinate representation of color #BCA30C: hue angle of 51.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA30C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 12 -
CMYK 0 0.13 0.94 0.26
HSL 51.48º 0.88% 0.39% -
HSV(B) 51.48º 0.94% 0.74% -
XYZ 33.9 36.91 5.69 -
YUV 153.26 48.28 152.78 -
System Red Green Blue C M Y K H S L
Decimal 188 163 12 0 0.13 0.94 0.26 51.48 0.88 0.39
Hex BC A3 C 0 D 5E 1A 33 58 27
Octal 274 243 14 0 15 136 32 63 130 47
Binary 10111100 10100011 1100 0 1101 1011110 11010 110011 1011000 100111

Color Harmonies of #BCA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA30C

Black with #BCA30C

Text Example


Text Example

White with #BCA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA30C; }

 p { color: rgb(188,163,12); }

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

background-color css

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

 a { background-color: rgb(188,163,12); }

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

border-color css

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

 span { border-color: rgb(188,163,12); }

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