Html Css Color HEX #BC9D1A Buddha Gold

📋 copy color: '#BC9D1A'

red 188 ◦ green 157 ◦ blue 26

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

Shades of Buddha Gold #BC9D1A

Tints of Buddha Gold #BC9D1A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.32%

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

R = 50.67%
G = 42.32%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC9D1A (or 0xBC9D1A) is known color: Buddha Gold. HEX triplet: BC, 9D and 1A. RGB value is (188,157,26). Sum of RGB (Red+Green+Blue) = 188+157+26=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D1A is #4362E5. Grayscale: #979797. Windows color (decimal): -4416230 or 1744316. OLE color: 1744316.

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

Color convert

RGB 188 157 26 -
CMYK 0 0.16 0.86 0.26
HSL 48.52º 0.76% 0.42% -
HSV(B) 48.52º 0.86% 0.74% -
XYZ 32.98 34.88 5.97 -
YUV 151.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 188 157 26 0 0.16 0.86 0.26 48.52 0.76 0.42
Hex BC 9D 1A 0 10 56 1A 31 4C 2A
Octal 274 235 32 0 20 126 32 61 114 52
Binary 10111100 10011101 11010 0 10000 1010110 11010 110001 1001100 101010

Color Harmonies of #BC9D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D1A

Black with #BC9D1A

Text Example


Text Example

White with #BC9D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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