Html Css Color HEX #BC9B15 Buddha Gold

📋 copy color: '#BC9B15'

red 188 ◦ green 155 ◦ blue 21

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

Shades of Buddha Gold #BC9B15

Tints of Buddha Gold #BC9B15

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 51.65%
G = 42.58%
B = 5.77%

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

#BC9B15 (or 0xBC9B15) is known color: Buddha Gold. HEX triplet: BC, 9B and 15. RGB value is (188,155,21). Sum of RGB (Red+Green+Blue) = 188+155+21=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9B15 is #4364EA. Grayscale: #969696. Windows color (decimal): -4416747 or 1416124. OLE color: 1416124.

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

Color convert

RGB 188 155 21 -
CMYK 0 0.18 0.89 0.26
HSL 48.14º 0.8% 0.41% -
HSV(B) 48.14º 0.89% 0.74% -
XYZ 32.6 34.19 5.59 -
YUV 149.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 188 155 21 0 0.18 0.89 0.26 48.14 0.8 0.41
Hex BC 9B 15 0 12 59 1A 30 50 29
Octal 274 233 25 0 22 131 32 60 120 51
Binary 10111100 10011011 10101 0 10010 1011001 11010 110000 1010000 101001

Color Harmonies of #BC9B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B15

Black with #BC9B15

Text Example


Text Example

White with #BC9B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B15; }

 p { color: rgb(188,155,21); }

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

background-color css

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

 a { background-color: rgb(188,155,21); }

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

border-color css

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

 span { border-color: rgb(188,155,21); }

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