Html Css Color HEX #BC950C Buddha Gold

📋 copy color: '#BC950C'

red 188 ◦ green 149 ◦ blue 12

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

Shades of Buddha Gold #BC950C

Tints of Buddha Gold #BC950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 53.87%
G = 42.69%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC950C (or 0xBC950C) is known color: Buddha Gold. HEX triplet: BC, 95 and 0C. RGB value is (188,149,12). Sum of RGB (Red+Green+Blue) = 188+149+12=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC950C is #436AF3. Grayscale: #919191. Windows color (decimal): -4418292 or 824764. OLE color: 824764.

HSL color Cylindrical-coordinate representation of color #BC950C: hue angle of 46.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC950C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 12 -
CMYK 0 0.21 0.94 0.26
HSL 46.7º 0.88% 0.39% -
HSV(B) 46.7º 0.94% 0.74% -
XYZ 31.55 32.21 4.9 -
YUV 145.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 188 149 12 0 0.21 0.94 0.26 46.7 0.88 0.39
Hex BC 95 C 0 15 5E 1A 2F 58 27
Octal 274 225 14 0 25 136 32 57 130 47
Binary 10111100 10010101 1100 0 10101 1011110 11010 101111 1011000 100111

Color Harmonies of #BC950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC950C

Black with #BC950C

Text Example


Text Example

White with #BC950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC950C; }

 p { color: rgb(188,149,12); }

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

background-color css

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

 a { background-color: rgb(188,149,12); }

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

border-color css

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

 span { border-color: rgb(188,149,12); }

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