Html Css Color HEX #BC961D Buddha Gold

📋 copy color: '#BC961D'

red 188 ◦ green 150 ◦ blue 29

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

Shades of Buddha Gold #BC961D

Tints of Buddha Gold #BC961D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 51.23%
G = 40.87%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC961D (or 0xBC961D) is known color: Buddha Gold. HEX triplet: BC, 96 and 1D. RGB value is (188,150,29). Sum of RGB (Red+Green+Blue) = 188+150+29=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC961D is #4369E2. Grayscale: #949494. Windows color (decimal): -4418019 or 1939132. OLE color: 1939132.

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

Color convert

RGB 188 150 29 -
CMYK 0 0.20 0.85 0.26
HSL 45.66º 0.73% 0.43% -
HSV(B) 45.66º 0.85% 0.74% -
XYZ 31.87 32.59 5.77 -
YUV 147.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 188 150 29 0 0.20 0.85 0.26 45.66 0.73 0.43
Hex BC 96 1D 0 14 55 1A 2E 49 2B
Octal 274 226 35 0 24 125 32 56 111 53
Binary 10111100 10010110 11101 0 10100 1010101 11010 101110 1001001 101011

Color Harmonies of #BC961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC961D

Black with #BC961D

Text Example


Text Example

White with #BC961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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