Html Css Color HEX #BC9808 Buddha Gold

📋 copy color: '#BC9808'

red 188 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #BC9808

Tints of Buddha Gold #BC9808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 54.02%
G = 43.68%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC9808 (or 0xBC9808) is known color: Buddha Gold. HEX triplet: BC, 98 and 08. RGB value is (188,152,8). Sum of RGB (Red+Green+Blue) = 188+152+8=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9808 is #4367F7. Grayscale: #929292. Windows color (decimal): -4417528 or 563388. OLE color: 563388.

HSL color Cylindrical-coordinate representation of color #BC9808: hue angle of 48º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC9808 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 8 -
CMYK 0 0.19 0.96 0.26
HSL 48º 0.92% 0.38% -
HSV(B) 48º 0.96% 0.74% -
XYZ 32.01 33.17 4.94 -
YUV 146.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 188 152 8 0 0.19 0.96 0.26 48 0.92 0.38
Hex BC 98 8 0 13 60 1A 30 5C 26
Octal 274 230 10 0 23 140 32 60 134 46
Binary 10111100 10011000 1000 0 10011 1100000 11010 110000 1011100 100110

Color Harmonies of #BC9808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9808

Black with #BC9808

Text Example


Text Example

White with #BC9808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9808; }

 p { color: rgb(188,152,8); }

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

background-color css

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

 a { background-color: rgb(188,152,8); }

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

border-color css

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

 span { border-color: rgb(188,152,8); }

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