Html Css Color HEX #BC9316 Buddha Gold

📋 copy color: '#BC9316'

red 188 ◦ green 147 ◦ blue 22

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

Shades of Buddha Gold #BC9316

Tints of Buddha Gold #BC9316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.18%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 52.66%
G = 41.18%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC9316 (or 0xBC9316) is known color: Buddha Gold. HEX triplet: BC, 93 and 16. RGB value is (188,147,22). Sum of RGB (Red+Green+Blue) = 188+147+22=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9316 is #436CE9. Grayscale: #919191. Windows color (decimal): -4418794 or 1479612. OLE color: 1479612.

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

Color convert

RGB 188 147 22 -
CMYK 0 0.22 0.88 0.26
HSL 45.18º 0.79% 0.41% -
HSV(B) 45.18º 0.88% 0.74% -
XYZ 31.32 31.62 5.21 -
YUV 145.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 188 147 22 0 0.22 0.88 0.26 45.18 0.79 0.41
Hex BC 93 16 0 16 58 1A 2D 4F 29
Octal 274 223 26 0 26 130 32 55 117 51
Binary 10111100 10010011 10110 0 10110 1011000 11010 101101 1001111 101001

Color Harmonies of #BC9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9316

Black with #BC9316

Text Example


Text Example

White with #BC9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9316; }

 p { color: rgb(188,147,22); }

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

background-color css

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

 a { background-color: rgb(188,147,22); }

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

border-color css

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

 span { border-color: rgb(188,147,22); }

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