Html Css Color HEX #BC9A12 Buddha Gold

📋 copy color: '#BC9A12'

red 188 ◦ green 154 ◦ blue 18

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

Shades of Buddha Gold #BC9A12

Tints of Buddha Gold #BC9A12

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.78%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 52.22%
G = 42.78%
B = 5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC9A12 (or 0xBC9A12) is known color: Buddha Gold. HEX triplet: BC, 9A and 12. RGB value is (188,154,18). Sum of RGB (Red+Green+Blue) = 188+154+18=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A12 is #4365ED. Grayscale: #959595. Windows color (decimal): -4417006 or 1219260. OLE color: 1219260.

HSL color Cylindrical-coordinate representation of color #BC9A12: hue angle of 48º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9A12 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 18 -
CMYK 0 0.18 0.90 0.26
HSL 48º 0.83% 0.4% -
HSV(B) 48º 0.9% 0.74% -
XYZ 32.4 33.85 5.4 -
YUV 148.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 188 154 18 0 0.18 0.90 0.26 48 0.83 0.4
Hex BC 9A 12 0 12 5A 1A 30 53 28
Octal 274 232 22 0 22 132 32 60 123 50
Binary 10111100 10011010 10010 0 10010 1011010 11010 110000 1010011 101000

Color Harmonies of #BC9A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A12

Black with #BC9A12

Text Example


Text Example

White with #BC9A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A12; }

 p { color: rgb(188,154,18); }

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

background-color css

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

 a { background-color: rgb(188,154,18); }

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

border-color css

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

 span { border-color: rgb(188,154,18); }

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