Html Css Color HEX #BC9C12 Buddha Gold

📋 copy color: '#BC9C12'

red 188 ◦ green 156 ◦ blue 18

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

Shades of Buddha Gold #BC9C12

Tints of Buddha Gold #BC9C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 51.93%
G = 43.09%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC9C12 (or 0xBC9C12) is known color: Buddha Gold. HEX triplet: BC, 9C and 12. RGB value is (188,156,18). Sum of RGB (Red+Green+Blue) = 188+156+18=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C12 is #4363ED. Grayscale: #969696. Windows color (decimal): -4416494 or 1219772. OLE color: 1219772.

HSL color Cylindrical-coordinate representation of color #BC9C12: hue angle of 48.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC9C12 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 156 18 -
CMYK 0 0.17 0.90 0.26
HSL 48.71º 0.83% 0.4% -
HSV(B) 48.71º 0.9% 0.74% -
XYZ 32.74 34.51 5.51 -
YUV 149.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 188 156 18 0 0.17 0.90 0.26 48.71 0.83 0.4
Hex BC 9C 12 0 11 5A 1A 31 53 28
Octal 274 234 22 0 21 132 32 61 123 50
Binary 10111100 10011100 10010 0 10001 1011010 11010 110001 1010011 101000

Color Harmonies of #BC9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C12

Black with #BC9C12

Text Example


Text Example

White with #BC9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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