#C19B1B

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

Shades of Buddha Gold #C19B1B

Tints of Buddha Gold #C19B1B

Color information

#C19B1B (or 0xC19B1B) is unknown color: approx Buddha Gold. HEX triplet: C1, 9B and 1B. RGB value is (193,155,27). Sum of RGB (Red+Green+Blue) = 193+155+27=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19B1B is #3E64E4. Grayscale: #989898. Windows color (decimal): -4089061 or 1809345. OLE color: 1809345.

HSL color Cylindrical-coordinate representation of color #C19B1B: hue angle of 46.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C19B1B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19315527-
CMYK00.200.860.24
HSL46.27º75.45%43.14%-
HSV(B)46.27º86.01%75.69%-
XYZ33.9134.865.98-
YUV151.7757.59157.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 27 (10.94% from 255) = 7.2%
R=51.47%
G=41.33%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931552700.200.860.2446.2775.4543.14
HexC19B1B01456182e4b2b
Octal30123333024126305611353
Binary1100000110011011110110101001010110110001011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B1B; }

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

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

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

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

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

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

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

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