Html Css Color HEX #BC9814 Buddha Gold

📋 copy color: '#BC9814'

red 188 ◦ green 152 ◦ blue 20

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

Shades of Buddha Gold #BC9814

Tints of Buddha Gold #BC9814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 52.22%
G = 42.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC9814 (or 0xBC9814) is known color: Buddha Gold. HEX triplet: BC, 98 and 14. RGB value is (188,152,20). Sum of RGB (Red+Green+Blue) = 188+152+20=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9814 is #4367EB. Grayscale: #949494. Windows color (decimal): -4417516 or 1349820. OLE color: 1349820.

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

Color convert

RGB 188 152 20 -
CMYK 0 0.19 0.89 0.26
HSL 47.14º 0.81% 0.41% -
HSV(B) 47.14º 0.89% 0.74% -
XYZ 32.09 33.2 5.38 -
YUV 147.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 188 152 20 0 0.19 0.89 0.26 47.14 0.81 0.41
Hex BC 98 14 0 13 59 1A 2F 51 29
Octal 274 230 24 0 23 131 32 57 121 51
Binary 10111100 10011000 10100 0 10011 1011001 11010 101111 1010001 101001

Color Harmonies of #BC9814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9814

Black with #BC9814

Text Example


Text Example

White with #BC9814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9814; }

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

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

background-color css

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

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

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

border-color css

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

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

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