Html Css Color HEX #BC910F Dark Goldenrod

📋 copy color: '#BC910F'

red 188 ◦ green 145 ◦ blue 15

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

Shades of Dark Goldenrod #BC910F

Tints of Dark Goldenrod #BC910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 54.02%
G = 41.67%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC910F (or 0xBC910F) is known color: Dark Goldenrod. HEX triplet: BC, 91 and 0F. RGB value is (188,145,15). Sum of RGB (Red+Green+Blue) = 188+145+15=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC910F is #436EF0. Grayscale: #8F8F8F. Windows color (decimal): -4419313 or 1020348. OLE color: 1020348.

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

Color convert

RGB 188 145 15 -
CMYK 0 0.23 0.92 0.26
HSL 45.09º 0.85% 0.4% -
HSV(B) 45.09º 0.92% 0.74% -
XYZ 30.95 30.98 4.8 -
YUV 143.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 188 145 15 0 0.23 0.92 0.26 45.09 0.85 0.4
Hex BC 91 F 0 17 5C 1A 2D 55 28
Octal 274 221 17 0 27 134 32 55 125 50
Binary 10111100 10010001 1111 0 10111 1011100 11010 101101 1010101 101000

Color Harmonies of #BC910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC910F

Black with #BC910F

Text Example


Text Example

White with #BC910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC910F; }

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

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

background-color css

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

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

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

border-color css

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

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

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