Html Css Color HEX #BC9A14 Buddha Gold

📋 copy color: '#BC9A14'

red 188 ◦ green 154 ◦ blue 20

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

Shades of Buddha Gold #BC9A14

Tints of Buddha Gold #BC9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 51.93%
G = 42.54%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC9A14 (or 0xBC9A14) is known color: Buddha Gold. HEX triplet: BC, 9A and 14. RGB value is (188,154,20). Sum of RGB (Red+Green+Blue) = 188+154+20=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A14 is #4365EB. Grayscale: #959595. Windows color (decimal): -4417004 or 1350332. OLE color: 1350332.

HSL color Cylindrical-coordinate representation of color #BC9A14: hue angle of 47.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC9A14 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 20 -
CMYK 0 0.18 0.89 0.26
HSL 47.86º 0.81% 0.41% -
HSV(B) 47.86º 0.89% 0.74% -
XYZ 32.42 33.85 5.49 -
YUV 148.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 188 154 20 0 0.18 0.89 0.26 47.86 0.81 0.41
Hex BC 9A 14 0 12 59 1A 30 51 29
Octal 274 232 24 0 22 131 32 60 121 51
Binary 10111100 10011010 10100 0 10010 1011001 11010 110000 1010001 101001

Color Harmonies of #BC9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A14

Black with #BC9A14

Text Example


Text Example

White with #BC9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A14; }

 p { color: rgb(188,154,20); }

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

background-color css

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

 a { background-color: rgb(188,154,20); }

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

border-color css

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

 span { border-color: rgb(188,154,20); }

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