Html Css Color HEX #BC9F13 Buddha Gold

📋 copy color: '#BC9F13'

red 188 ◦ green 159 ◦ blue 19

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

Shades of Buddha Gold #BC9F13

Tints of Buddha Gold #BC9F13

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.44%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 51.37%
G = 43.44%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC9F13 (or 0xBC9F13) is known color: Buddha Gold. HEX triplet: BC, 9F and 13. RGB value is (188,159,19). Sum of RGB (Red+Green+Blue) = 188+159+19=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F13 is #4360EC. Grayscale: #989898. Windows color (decimal): -4415725 or 1286076. OLE color: 1286076.

HSL color Cylindrical-coordinate representation of color #BC9F13: hue angle of 49.7º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9F13 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 19 -
CMYK 0 0.15 0.90 0.26
HSL 49.7º 0.82% 0.41% -
HSV(B) 49.7º 0.9% 0.74% -
XYZ 33.25 35.53 5.72 -
YUV 151.71 53.11 153.88 -
System Red Green Blue C M Y K H S L
Decimal 188 159 19 0 0.15 0.90 0.26 49.7 0.82 0.41
Hex BC 9F 13 0 F 5A 1A 32 52 29
Octal 274 237 23 0 17 132 32 62 122 51
Binary 10111100 10011111 10011 0 1111 1011010 11010 110010 1010010 101001

Color Harmonies of #BC9F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F13

Black with #BC9F13

Text Example


Text Example

White with #BC9F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F13; }

 p { color: rgb(188,159,19); }

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

background-color css

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

 a { background-color: rgb(188,159,19); }

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

border-color css

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

 span { border-color: rgb(188,159,19); }

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