Html Css Color HEX #BC9F0F Buddha Gold

📋 copy color: '#BC9F0F'

red 188 ◦ green 159 ◦ blue 15

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

Shades of Buddha Gold #BC9F0F

Tints of Buddha Gold #BC9F0F

RGB

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

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

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

R = 51.93%
G = 43.92%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC9F0F (or 0xBC9F0F) is known color: Buddha Gold. HEX triplet: BC, 9F and 0F. RGB value is (188,159,15). Sum of RGB (Red+Green+Blue) = 188+159+15=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F0F is #4360F0. Grayscale: #979797. Windows color (decimal): -4415729 or 1023932. OLE color: 1023932.

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

Color convert

RGB 188 159 15 -
CMYK 0 0.15 0.92 0.26
HSL 49.94º 0.85% 0.4% -
HSV(B) 49.94º 0.92% 0.74% -
XYZ 33.22 35.52 5.56 -
YUV 151.26 51.11 154.21 -
System Red Green Blue C M Y K H S L
Decimal 188 159 15 0 0.15 0.92 0.26 49.94 0.85 0.4
Hex BC 9F F 0 F 5C 1A 32 55 28
Octal 274 237 17 0 17 134 32 62 125 50
Binary 10111100 10011111 1111 0 1111 1011100 11010 110010 1010101 101000

Color Harmonies of #BC9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F0F

Black with #BC9F0F

Text Example


Text Example

White with #BC9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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