Html Css Color HEX #BC9417 Buddha Gold

📋 copy color: '#BC9417'

red 188 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #BC9417

Tints of Buddha Gold #BC9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 52.37%
G = 41.23%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC9417 (or 0xBC9417) is known color: Buddha Gold. HEX triplet: BC, 94 and 17. RGB value is (188,148,23). Sum of RGB (Red+Green+Blue) = 188+148+23=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9417 is #436BE8. Grayscale: #929292. Windows color (decimal): -4418537 or 1545404. OLE color: 1545404.

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

Color convert

RGB 188 148 23 -
CMYK 0 0.21 0.88 0.26
HSL 45.45º 0.78% 0.41% -
HSV(B) 45.45º 0.88% 0.74% -
XYZ 31.48 31.93 5.31 -
YUV 145.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 188 148 23 0 0.21 0.88 0.26 45.45 0.78 0.41
Hex BC 94 17 0 15 58 1A 2D 4E 29
Octal 274 224 27 0 25 130 32 55 116 51
Binary 10111100 10010100 10111 0 10101 1011000 11010 101101 1001110 101001

Color Harmonies of #BC9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9417

Black with #BC9417

Text Example


Text Example

White with #BC9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9417; }

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

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

background-color css

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

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

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

border-color css

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

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

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