Html Css Color HEX #BC700D Dark Goldenrod

📋 copy color: '#BC700D'

red 188 ◦ green 112 ◦ blue 13

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

Shades of Dark Goldenrod #BC700D

Tints of Dark Goldenrod #BC700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 60.06%
G = 35.78%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC700D (or 0xBC700D) is known color: Dark Goldenrod. HEX triplet: BC, 70 and 0D. RGB value is (188,112,13). Sum of RGB (Red+Green+Blue) = 188+112+13=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC700D is #438FF2. Grayscale: #7B7B7B. Windows color (decimal): -4427763 or 880828. OLE color: 880828.

HSL color Cylindrical-coordinate representation of color #BC700D: hue angle of 33.94º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC700D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 13 -
CMYK 0 0.40 0.93 0.26
HSL 33.94º 0.87% 0.39% -
HSV(B) 33.94º 0.93% 0.74% -
XYZ 26.61 22.31 3.28 -
YUV 123.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 188 112 13 0 0.40 0.93 0.26 33.94 0.87 0.39
Hex BC 70 D 0 28 5D 1A 22 57 27
Octal 274 160 15 0 50 135 32 42 127 47
Binary 10111100 1110000 1101 0 101000 1011101 11010 100010 1010111 100111

Color Harmonies of #BC700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC700D

Black with #BC700D

Text Example


Text Example

White with #BC700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC700D; }

 p { color: rgb(188,112,13); }

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

background-color css

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

 a { background-color: rgb(188,112,13); }

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

border-color css

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

 span { border-color: rgb(188,112,13); }

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