Html Css Color HEX #BC9A1F Buddha Gold

📋 copy color: '#BC9A1F'

red 188 ◦ green 154 ◦ blue 31

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

Shades of Buddha Gold #BC9A1F

Tints of Buddha Gold #BC9A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.31%

R = 50.4%
G = 41.29%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC9A1F (or 0xBC9A1F) is known color: Buddha Gold. HEX triplet: BC, 9A and 1F. RGB value is (188,154,31). Sum of RGB (Red+Green+Blue) = 188+154+31=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A1F is #4365E0. Grayscale: #969696. Windows color (decimal): -4416993 or 2071228. OLE color: 2071228.

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

Color convert

RGB 188 154 31 -
CMYK 0 0.18 0.84 0.26
HSL 47.01º 0.72% 0.43% -
HSV(B) 47.01º 0.84% 0.74% -
XYZ 32.54 33.9 6.12 -
YUV 150.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 188 154 31 0 0.18 0.84 0.26 47.01 0.72 0.43
Hex BC 9A 1F 0 12 54 1A 2F 48 2B
Octal 274 232 37 0 22 124 32 57 110 53
Binary 10111100 10011010 11111 0 10010 1010100 11010 101111 1001000 101011

Color Harmonies of #BC9A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A1F

Black with #BC9A1F

Text Example


Text Example

White with #BC9A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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