Html Css Color HEX #BC890D Dark Goldenrod

📋 copy color: '#BC890D'

red 188 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #BC890D

Tints of Dark Goldenrod #BC890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 55.62%
G = 40.53%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC890D (or 0xBC890D) is known color: Dark Goldenrod. HEX triplet: BC, 89 and 0D. RGB value is (188,137,13). Sum of RGB (Red+Green+Blue) = 188+137+13=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC890D is #4376F2. Grayscale: #8A8A8A. Windows color (decimal): -4421363 or 887228. OLE color: 887228.

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

Color convert

RGB 188 137 13 -
CMYK 0 0.27 0.93 0.26
HSL 42.51º 0.87% 0.39% -
HSV(B) 42.51º 0.93% 0.74% -
XYZ 29.76 28.61 4.34 -
YUV 138.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 188 137 13 0 0.27 0.93 0.26 42.51 0.87 0.39
Hex BC 89 D 0 1B 5D 1A 2B 57 27
Octal 274 211 15 0 33 135 32 53 127 47
Binary 10111100 10001001 1101 0 11011 1011101 11010 101011 1010111 100111

Color Harmonies of #BC890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC890D

Black with #BC890D

Text Example


Text Example

White with #BC890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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