Html Css Color HEX #BC9C03 Buddha Gold

📋 copy color: '#BC9C03'

red 188 ◦ green 156 ◦ blue 3

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

Shades of Buddha Gold #BC9C03

Tints of Buddha Gold #BC9C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 54.18%
G = 44.96%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9C03 (or 0xBC9C03) is known color: Buddha Gold. HEX triplet: BC, 9C and 03. RGB value is (188,156,3). Sum of RGB (Red+Green+Blue) = 188+156+3=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9C03 is #4363FC. Grayscale: #949494. Windows color (decimal): -4416509 or 236732. OLE color: 236732.

HSL color Cylindrical-coordinate representation of color #BC9C03: hue angle of 49.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC9C03 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 156 3 -
CMYK 0 0.17 0.98 0.26
HSL 49.62º 0.97% 0.37% -
HSV(B) 49.62º 0.98% 0.74% -
XYZ 32.64 34.47 5.02 -
YUV 148.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 188 156 3 0 0.17 0.98 0.26 49.62 0.97 0.37
Hex BC 9C 3 0 11 62 1A 32 61 25
Octal 274 234 3 0 21 142 32 62 141 45
Binary 10111100 10011100 11 0 10001 1100010 11010 110010 1100001 100101

Color Harmonies of #BC9C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C03

Black with #BC9C03

Text Example


Text Example

White with #BC9C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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