Html Css Color HEX #BC9C1A Buddha Gold

📋 copy color: '#BC9C1A'

red 188 ◦ green 156 ◦ blue 26

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

Shades of Buddha Gold #BC9C1A

Tints of Buddha Gold #BC9C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 50.81%
G = 42.16%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC9C1A (or 0xBC9C1A) is known color: Buddha Gold. HEX triplet: BC, 9C and 1A. RGB value is (188,156,26). Sum of RGB (Red+Green+Blue) = 188+156+26=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C1A is #4363E5. Grayscale: #979797. Windows color (decimal): -4416486 or 1744060. OLE color: 1744060.

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

Color convert

RGB 188 156 26 -
CMYK 0 0.17 0.86 0.26
HSL 48.15º 0.76% 0.42% -
HSV(B) 48.15º 0.86% 0.74% -
XYZ 32.81 34.54 5.92 -
YUV 150.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 188 156 26 0 0.17 0.86 0.26 48.15 0.76 0.42
Hex BC 9C 1A 0 11 56 1A 30 4C 2A
Octal 274 234 32 0 21 126 32 60 114 52
Binary 10111100 10011100 11010 0 10001 1010110 11010 110000 1001100 101010

Color Harmonies of #BC9C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C1A

Black with #BC9C1A

Text Example


Text Example

White with #BC9C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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