Html Css Color HEX #BCA20C Buddha Gold

📋 copy color: '#BCA20C'

red 188 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #BCA20C

Tints of Buddha Gold #BCA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.75%

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

R = 51.93%
G = 44.75%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCA20C (or 0xBCA20C) is known color: Buddha Gold. HEX triplet: BC, A2 and 0C. RGB value is (188,162,12). Sum of RGB (Red+Green+Blue) = 188+162+12=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA20C is #435DF3. Grayscale: #999999. Windows color (decimal): -4414964 or 828092. OLE color: 828092.

HSL color Cylindrical-coordinate representation of color #BCA20C: hue angle of 51.14º 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 #BCA20C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 12 -
CMYK 0 0.14 0.94 0.26
HSL 51.14º 0.88% 0.39% -
HSV(B) 51.14º 0.94% 0.74% -
XYZ 33.73 36.56 5.63 -
YUV 152.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 188 162 12 0 0.14 0.94 0.26 51.14 0.88 0.39
Hex BC A2 C 0 E 5E 1A 33 58 27
Octal 274 242 14 0 16 136 32 63 130 47
Binary 10111100 10100010 1100 0 1110 1011110 11010 110011 1011000 100111

Color Harmonies of #BCA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA20C

Black with #BCA20C

Text Example


Text Example

White with #BCA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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