Html Css Color HEX #BC960D Buddha Gold

📋 copy color: '#BC960D'

red 188 ◦ green 150 ◦ blue 13

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

Shades of Buddha Gold #BC960D

Tints of Buddha Gold #BC960D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 53.56%
G = 42.74%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC960D (or 0xBC960D) is known color: Buddha Gold. HEX triplet: BC, 96 and 0D. RGB value is (188,150,13). Sum of RGB (Red+Green+Blue) = 188+150+13=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC960D is #4369F2. Grayscale: #929292. Windows color (decimal): -4418035 or 890556. OLE color: 890556.

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

Color convert

RGB 188 150 13 -
CMYK 0 0.20 0.93 0.26
HSL 46.97º 0.87% 0.39% -
HSV(B) 46.97º 0.93% 0.74% -
XYZ 31.72 32.53 4.99 -
YUV 145.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 188 150 13 0 0.20 0.93 0.26 46.97 0.87 0.39
Hex BC 96 D 0 14 5D 1A 2F 57 27
Octal 274 226 15 0 24 135 32 57 127 47
Binary 10111100 10010110 1101 0 10100 1011101 11010 101111 1010111 100111

Color Harmonies of #BC960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC960D

Black with #BC960D

Text Example


Text Example

White with #BC960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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