Html Css Color HEX #BC840F Dark Goldenrod

📋 copy color: '#BC840F'

red 188 ◦ green 132 ◦ blue 15

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

Shades of Dark Goldenrod #BC840F

Tints of Dark Goldenrod #BC840F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 56.12%
G = 39.4%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC840F (or 0xBC840F) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 0F. RGB value is (188,132,15). Sum of RGB (Red+Green+Blue) = 188+132+15=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC840F is #437BF0. Grayscale: #878787. Windows color (decimal): -4422641 or 1017020. OLE color: 1017020.

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

Color convert

RGB 188 132 15 -
CMYK 0 0.30 0.92 0.26
HSL 40.58º 0.85% 0.4% -
HSV(B) 40.58º 0.92% 0.74% -
XYZ 29.08 27.23 4.18 -
YUV 135.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 188 132 15 0 0.30 0.92 0.26 40.58 0.85 0.4
Hex BC 84 F 0 1E 5C 1A 29 55 28
Octal 274 204 17 0 36 134 32 51 125 50
Binary 10111100 10000100 1111 0 11110 1011100 11010 101001 1010101 101000

Color Harmonies of #BC840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC840F

Black with #BC840F

Text Example


Text Example

White with #BC840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC840F; }

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

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

background-color css

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

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

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

border-color css

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

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

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