Html Css Color HEX #BC9A09 Buddha Gold

📋 copy color: '#BC9A09'

red 188 ◦ green 154 ◦ blue 9

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

Shades of Buddha Gold #BC9A09

Tints of Buddha Gold #BC9A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.87%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 53.56%
G = 43.87%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC9A09 (or 0xBC9A09) is known color: Buddha Gold. HEX triplet: BC, 9A and 09. RGB value is (188,154,9). Sum of RGB (Red+Green+Blue) = 188+154+9=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A09 is #4365F6. Grayscale: #949494. Windows color (decimal): -4417015 or 629436. OLE color: 629436.

HSL color Cylindrical-coordinate representation of color #BC9A09: hue angle of 48.6º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC9A09 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 9 -
CMYK 0 0.18 0.95 0.26
HSL 48.6º 0.91% 0.39% -
HSV(B) 48.6º 0.95% 0.74% -
XYZ 32.34 33.82 5.08 -
YUV 147.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 188 154 9 0 0.18 0.95 0.26 48.6 0.91 0.39
Hex BC 9A 9 0 12 5F 1A 31 5B 27
Octal 274 232 11 0 22 137 32 61 133 47
Binary 10111100 10011010 1001 0 10010 1011111 11010 110001 1011011 100111

Color Harmonies of #BC9A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A09

Black with #BC9A09

Text Example


Text Example

White with #BC9A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A09; }

 p { color: rgb(188,154,9); }

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

background-color css

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

 a { background-color: rgb(188,154,9); }

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

border-color css

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

 span { border-color: rgb(188,154,9); }

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