Html Css Color HEX #BC9F1F Buddha Gold

📋 copy color: '#BC9F1F'

red 188 ◦ green 159 ◦ blue 31

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

Shades of Buddha Gold #BC9F1F

Tints of Buddha Gold #BC9F1F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.06%

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

R = 49.74%
G = 42.06%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC9F1F (or 0xBC9F1F) is known color: Buddha Gold. HEX triplet: BC, 9F and 1F. RGB value is (188,159,31). Sum of RGB (Red+Green+Blue) = 188+159+31=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F1F is #4360E0. Grayscale: #999999. Windows color (decimal): -4415713 or 2072508. OLE color: 2072508.

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

Color convert

RGB 188 159 31 -
CMYK 0 0.15 0.84 0.26
HSL 48.92º 0.72% 0.43% -
HSV(B) 48.92º 0.84% 0.74% -
XYZ 33.38 35.59 6.41 -
YUV 153.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 188 159 31 0 0.15 0.84 0.26 48.92 0.72 0.43
Hex BC 9F 1F 0 F 54 1A 31 48 2B
Octal 274 237 37 0 17 124 32 61 110 53
Binary 10111100 10011111 11111 0 1111 1010100 11010 110001 1001000 101011

Color Harmonies of #BC9F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F1F

Black with #BC9F1F

Text Example


Text Example

White with #BC9F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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