Html Css Color HEX #BC9A16 Buddha Gold

📋 copy color: '#BC9A16'

red 188 ◦ green 154 ◦ blue 22

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

Shades of Buddha Gold #BC9A16

Tints of Buddha Gold #BC9A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 51.65%
G = 42.31%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC9A16 (or 0xBC9A16) is known color: Buddha Gold. HEX triplet: BC, 9A and 16. RGB value is (188,154,22). Sum of RGB (Red+Green+Blue) = 188+154+22=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A16 is #4365E9. Grayscale: #959595. Windows color (decimal): -4417002 or 1481404. OLE color: 1481404.

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

Color convert

RGB 188 154 22 -
CMYK 0 0.18 0.88 0.26
HSL 47.71º 0.79% 0.41% -
HSV(B) 47.71º 0.88% 0.74% -
XYZ 32.44 33.86 5.59 -
YUV 149.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 188 154 22 0 0.18 0.88 0.26 47.71 0.79 0.41
Hex BC 9A 16 0 12 58 1A 30 4F 29
Octal 274 232 26 0 22 130 32 60 117 51
Binary 10111100 10011010 10110 0 10010 1011000 11010 110000 1001111 101001

Color Harmonies of #BC9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A16

Black with #BC9A16

Text Example


Text Example

White with #BC9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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