Html Css Color HEX #BC9B03 Buddha Gold

📋 copy color: '#BC9B03'

red 188 ◦ green 155 ◦ blue 3

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

Shades of Buddha Gold #BC9B03

Tints of Buddha Gold #BC9B03

RGB

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

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

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

R = 54.34%
G = 44.8%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC9B03 (or 0xBC9B03) is known color: Buddha Gold. HEX triplet: BC, 9B and 03. RGB value is (188,155,3). Sum of RGB (Red+Green+Blue) = 188+155+3=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9B03 is #4364FC. Grayscale: #949494. Windows color (decimal): -4416765 or 236476. OLE color: 236476.

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

Color convert

RGB 188 155 3 -
CMYK 0 0.18 0.98 0.26
HSL 49.3º 0.97% 0.37% -
HSV(B) 49.3º 0.98% 0.74% -
XYZ 32.48 34.14 4.96 -
YUV 147.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 188 155 3 0 0.18 0.98 0.26 49.3 0.97 0.37
Hex BC 9B 3 0 12 62 1A 31 61 25
Octal 274 233 3 0 22 142 32 61 141 45
Binary 10111100 10011011 11 0 10010 1100010 11010 110001 1100001 100101

Color Harmonies of #BC9B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B03

Black with #BC9B03

Text Example


Text Example

White with #BC9B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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