Html Css Color HEX #BC950D Buddha Gold

📋 copy color: '#BC950D'

red 188 ◦ green 149 ◦ blue 13

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

Shades of Buddha Gold #BC950D

Tints of Buddha Gold #BC950D

RGB

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

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

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

R = 53.71%
G = 42.57%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC950D (or 0xBC950D) is known color: Buddha Gold. HEX triplet: BC, 95 and 0D. RGB value is (188,149,13). Sum of RGB (Red+Green+Blue) = 188+149+13=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC950D is #436AF2. Grayscale: #919191. Windows color (decimal): -4418291 or 890300. OLE color: 890300.

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

Color convert

RGB 188 149 13 -
CMYK 0 0.21 0.93 0.26
HSL 46.63º 0.87% 0.39% -
HSV(B) 46.63º 0.93% 0.74% -
XYZ 31.56 32.22 4.94 -
YUV 145.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 188 149 13 0 0.21 0.93 0.26 46.63 0.87 0.39
Hex BC 95 D 0 15 5D 1A 2F 57 27
Octal 274 225 15 0 25 135 32 57 127 47
Binary 10111100 10010101 1101 0 10101 1011101 11010 101111 1010111 100111

Color Harmonies of #BC950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC950D

Black with #BC950D

Text Example


Text Example

White with #BC950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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