Html Css Color HEX #BC960C Buddha Gold

📋 copy color: '#BC960C'

red 188 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #BC960C

Tints of Buddha Gold #BC960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

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

R = 53.71%
G = 42.86%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC960C (or 0xBC960C) is known color: Buddha Gold. HEX triplet: BC, 96 and 0C. RGB value is (188,150,12). Sum of RGB (Red+Green+Blue) = 188+150+12=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC960C is #4369F3. Grayscale: #929292. Windows color (decimal): -4418036 or 825020. OLE color: 825020.

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

Color convert

RGB 188 150 12 -
CMYK 0 0.20 0.94 0.26
HSL 47.05º 0.88% 0.39% -
HSV(B) 47.05º 0.94% 0.74% -
XYZ 31.71 32.53 4.96 -
YUV 145.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 188 150 12 0 0.20 0.94 0.26 47.05 0.88 0.39
Hex BC 96 C 0 14 5E 1A 2F 58 27
Octal 274 226 14 0 24 136 32 57 130 47
Binary 10111100 10010110 1100 0 10100 1011110 11010 101111 1011000 100111

Color Harmonies of #BC960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC960C

Black with #BC960C

Text Example


Text Example

White with #BC960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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