Html Css Color HEX #BC941A Buddha Gold

📋 copy color: '#BC941A'

red 188 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #BC941A

Tints of Buddha Gold #BC941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.88%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 51.93%
G = 40.88%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC941A (or 0xBC941A) is known color: Buddha Gold. HEX triplet: BC, 94 and 1A. RGB value is (188,148,26). Sum of RGB (Red+Green+Blue) = 188+148+26=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC941A is #436BE5. Grayscale: #929292. Windows color (decimal): -4418534 or 1742012. OLE color: 1742012.

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

Color convert

RGB 188 148 26 -
CMYK 0 0.21 0.86 0.26
HSL 45.19º 0.76% 0.42% -
HSV(B) 45.19º 0.86% 0.74% -
XYZ 31.52 31.95 5.48 -
YUV 146.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 188 148 26 0 0.21 0.86 0.26 45.19 0.76 0.42
Hex BC 94 1A 0 15 56 1A 2D 4C 2A
Octal 274 224 32 0 25 126 32 55 114 52
Binary 10111100 10010100 11010 0 10101 1010110 11010 101101 1001100 101010

Color Harmonies of #BC941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC941A

Black with #BC941A

Text Example


Text Example

White with #BC941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC941A; }

 p { color: rgb(188,148,26); }

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

background-color css

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

 a { background-color: rgb(188,148,26); }

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

border-color css

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

 span { border-color: rgb(188,148,26); }

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