Html Css Color HEX #BC9218 Buddha Gold

📋 copy color: '#BC9218'

red 188 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #BC9218

Tints of Buddha Gold #BC9218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 52.51%
G = 40.78%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC9218 (or 0xBC9218) is known color: Buddha Gold. HEX triplet: BC, 92 and 18. RGB value is (188,146,24). Sum of RGB (Red+Green+Blue) = 188+146+24=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9218 is #436DE7. Grayscale: #919191. Windows color (decimal): -4419048 or 1610428. OLE color: 1610428.

HSL color Cylindrical-coordinate representation of color #BC9218: hue angle of 44.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC9218 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 146 24 -
CMYK 0 0.22 0.87 0.26
HSL 44.63º 0.77% 0.42% -
HSV(B) 44.63º 0.87% 0.74% -
XYZ 31.18 31.32 5.27 -
YUV 144.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 188 146 24 0 0.22 0.87 0.26 44.63 0.77 0.42
Hex BC 92 18 0 16 57 1A 2D 4D 2A
Octal 274 222 30 0 26 127 32 55 115 52
Binary 10111100 10010010 11000 0 10110 1010111 11010 101101 1001101 101010

Color Harmonies of #BC9218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9218

Black with #BC9218

Text Example


Text Example

White with #BC9218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9218; }

 p { color: rgb(188,146,24); }

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

background-color css

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

 a { background-color: rgb(188,146,24); }

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

border-color css

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

 span { border-color: rgb(188,146,24); }

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