Html Css Color HEX #BC9A0F Buddha Gold

📋 copy color: '#BC9A0F'

red 188 ◦ green 154 ◦ blue 15

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

Shades of Buddha Gold #BC9A0F

Tints of Buddha Gold #BC9A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 52.66%
G = 43.14%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC9A0F (or 0xBC9A0F) is known color: Buddha Gold. HEX triplet: BC, 9A and 0F. RGB value is (188,154,15). Sum of RGB (Red+Green+Blue) = 188+154+15=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9A0F is #4365F0. Grayscale: #949494. Windows color (decimal): -4417009 or 1022652. OLE color: 1022652.

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

Color convert

RGB 188 154 15 -
CMYK 0 0.18 0.92 0.26
HSL 48.21º 0.85% 0.4% -
HSV(B) 48.21º 0.92% 0.74% -
XYZ 32.38 33.84 5.28 -
YUV 148.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 188 154 15 0 0.18 0.92 0.26 48.21 0.85 0.4
Hex BC 9A F 0 12 5C 1A 30 55 28
Octal 274 232 17 0 22 134 32 60 125 50
Binary 10111100 10011010 1111 0 10010 1011100 11010 110000 1010101 101000

Color Harmonies of #BC9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A0F

Black with #BC9A0F

Text Example


Text Example

White with #BC9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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