Html Css Color HEX #BC9217 Buddha Gold

📋 copy color: '#BC9217'

red 188 ◦ green 146 ◦ blue 23

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

Shades of Buddha Gold #BC9217

Tints of Buddha Gold #BC9217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.44%

R = 52.66%
G = 40.9%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC9217 (or 0xBC9217) is known color: Buddha Gold. HEX triplet: BC, 92 and 17. RGB value is (188,146,23). Sum of RGB (Red+Green+Blue) = 188+146+23=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9217 is #436DE8. Grayscale: #919191. Windows color (decimal): -4419049 or 1544892. OLE color: 1544892.

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

Color convert

RGB 188 146 23 -
CMYK 0 0.22 0.88 0.26
HSL 44.73º 0.78% 0.41% -
HSV(B) 44.73º 0.88% 0.74% -
XYZ 31.17 31.31 5.21 -
YUV 144.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 188 146 23 0 0.22 0.88 0.26 44.73 0.78 0.41
Hex BC 92 17 0 16 58 1A 2D 4E 29
Octal 274 222 27 0 26 130 32 55 116 51
Binary 10111100 10010010 10111 0 10110 1011000 11010 101101 1001110 101001

Color Harmonies of #BC9217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9217

Black with #BC9217

Text Example


Text Example

White with #BC9217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9217; }

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

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

background-color css

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

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

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

border-color css

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

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

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