Html Css Color HEX #BC990F Buddha Gold

📋 copy color: '#BC990F'

red 188 ◦ green 153 ◦ blue 15

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

Shades of Buddha Gold #BC990F

Tints of Buddha Gold #BC990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 52.81%
G = 42.98%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC990F (or 0xBC990F) is known color: Buddha Gold. HEX triplet: BC, 99 and 0F. RGB value is (188,153,15). Sum of RGB (Red+Green+Blue) = 188+153+15=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC990F is #4366F0. Grayscale: #949494. Windows color (decimal): -4417265 or 1022396. OLE color: 1022396.

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

Color convert

RGB 188 153 15 -
CMYK 0 0.19 0.92 0.26
HSL 47.86º 0.85% 0.4% -
HSV(B) 47.86º 0.92% 0.74% -
XYZ 32.22 33.51 5.22 -
YUV 147.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 188 153 15 0 0.19 0.92 0.26 47.86 0.85 0.4
Hex BC 99 F 0 13 5C 1A 30 55 28
Octal 274 231 17 0 23 134 32 60 125 50
Binary 10111100 10011001 1111 0 10011 1011100 11010 110000 1010101 101000

Color Harmonies of #BC990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC990F

Black with #BC990F

Text Example


Text Example

White with #BC990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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