Html Css Color HEX #BC9F1E Buddha Gold

📋 copy color: '#BC9F1E'

red 188 ◦ green 159 ◦ blue 30

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

Shades of Buddha Gold #BC9F1E

Tints of Buddha Gold #BC9F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.96%

R = 49.87%
G = 42.18%
B = 7.96%

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

#BC9F1E (or 0xBC9F1E) is known color: Buddha Gold. HEX triplet: BC, 9F and 1E. RGB value is (188,159,30). Sum of RGB (Red+Green+Blue) = 188+159+30=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F1E is #4360E1. Grayscale: #999999. Windows color (decimal): -4415714 or 2006972. OLE color: 2006972.

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

Color convert

RGB 188 159 30 -
CMYK 0 0.15 0.84 0.26
HSL 48.99º 0.72% 0.43% -
HSV(B) 48.99º 0.84% 0.74% -
XYZ 33.37 35.58 6.34 -
YUV 152.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 188 159 30 0 0.15 0.84 0.26 48.99 0.72 0.43
Hex BC 9F 1E 0 F 54 1A 31 48 2B
Octal 274 237 36 0 17 124 32 61 110 53
Binary 10111100 10011111 11110 0 1111 1010100 11010 110001 1001000 101011

Color Harmonies of #BC9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F1E

Black with #BC9F1E

Text Example


Text Example

White with #BC9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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