Html Css Color HEX #BC9E17 Buddha Gold

📋 copy color: '#BC9E17'

red 188 ◦ green 158 ◦ blue 23

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

Shades of Buddha Gold #BC9E17

Tints of Buddha Gold #BC9E17

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

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

R = 50.95%
G = 42.82%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC9E17 (or 0xBC9E17) is known color: Buddha Gold. HEX triplet: BC, 9E and 17. RGB value is (188,158,23). Sum of RGB (Red+Green+Blue) = 188+158+23=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9E17 is #4361E8. Grayscale: #989898. Windows color (decimal): -4415977 or 1547964. OLE color: 1547964.

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

Color convert

RGB 188 158 23 -
CMYK 0 0.16 0.88 0.26
HSL 49.09º 0.78% 0.41% -
HSV(B) 49.09º 0.88% 0.74% -
XYZ 33.12 35.21 5.86 -
YUV 151.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 188 158 23 0 0.16 0.88 0.26 49.09 0.78 0.41
Hex BC 9E 17 0 10 58 1A 31 4E 29
Octal 274 236 27 0 20 130 32 61 116 51
Binary 10111100 10011110 10111 0 10000 1011000 11010 110001 1001110 101001

Color Harmonies of #BC9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E17

Black with #BC9E17

Text Example


Text Example

White with #BC9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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