#BC9B1B

Color #BC9B1B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BC9B1B

Tints of Buddha Gold #BC9B1B

Color information

#BC9B1B (or 0xBC9B1B) is unknown color: approx Buddha Gold. HEX triplet: BC, 9B and 1B. RGB value is (188,155,27). Sum of RGB (Red+Green+Blue) = 188+155+27=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B1B is #4364E4. Grayscale: #969696. Windows color (decimal): -4416741 or 1809340. OLE color: 1809340.

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

Color convert

RGB18815527-
CMYK00.180.860.26
HSL47.7º74.88%42.16%-
HSV(B)47.7º85.64%73.73%-
XYZ32.6634.215.92-
YUV150.2858.43154.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 27 (10.94% from 255) = 7.30%
R=50.81%
G=41.89%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881552700.180.860.2647.774.8842.16
HexBC9B1B012561A304b2a
Octal27423333022126326011352
Binary1011110010011011110110100101010110110101100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B1B; }

 p { color: rgb(188,155,27); }

 H1.HeaderClassName
 {
   color: #BC9B1B;
 }
 .AnyTagClassName
 {
   color: #BC9B1B;
 }
</style>
background-color css

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

 a { background-color: rgb(188,155,27); }

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

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

 span { border-color: rgb(188,155,27); }

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