#BC9C1B

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

Shades of Buddha Gold #BC9C1B

Tints of Buddha Gold #BC9C1B

Color information

#BC9C1B (or 0xBC9C1B) is unknown color: approx Buddha Gold. HEX triplet: BC, 9C and 1B. RGB value is (188,156,27). Sum of RGB (Red+Green+Blue) = 188+156+27=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C1B is #4363E4. Grayscale: #979797. Windows color (decimal): -4416485 or 1809596. OLE color: 1809596.

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

Color convert

RGB18815627-
CMYK00.170.860.26
HSL48.07º74.88%42.16%-
HSV(B)48.07º85.64%73.73%-
XYZ32.8334.555.98-
YUV150.8658.1154.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 27 (10.94% from 255) = 7.28%
R=50.67%
G=42.05%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881562700.170.860.2648.0774.8842.16
HexBC9C1B011561A304b2a
Octal27423433021126326011352
Binary1011110010011100110110100011010110110101100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C1B; }

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

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

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

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

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

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

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

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