Html Css Color HEX #BC9C1F Buddha Gold

📋 copy color: '#BC9C1F'

red 188 ◦ green 156 ◦ blue 31

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

Shades of Buddha Gold #BC9C1F

Tints of Buddha Gold #BC9C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.6%

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

R = 50.13%
G = 41.6%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC9C1F (or 0xBC9C1F) is known color: Buddha Gold. HEX triplet: BC, 9C and 1F. RGB value is (188,156,31). Sum of RGB (Red+Green+Blue) = 188+156+31=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C1F is #4363E0. Grayscale: #979797. Windows color (decimal): -4416481 or 2071740. OLE color: 2071740.

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

Color convert

RGB 188 156 31 -
CMYK 0 0.17 0.84 0.26
HSL 47.77º 0.72% 0.43% -
HSV(B) 47.77º 0.84% 0.74% -
XYZ 32.87 34.57 6.24 -
YUV 151.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 188 156 31 0 0.17 0.84 0.26 47.77 0.72 0.43
Hex BC 9C 1F 0 11 54 1A 30 48 2B
Octal 274 234 37 0 21 124 32 60 110 53
Binary 10111100 10011100 11111 0 10001 1010100 11010 110000 1001000 101011

Color Harmonies of #BC9C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C1F

Black with #BC9C1F

Text Example


Text Example

White with #BC9C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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