Html Css Color HEX #BC910D Dark Goldenrod

📋 copy color: '#BC910D'

red 188 ◦ green 145 ◦ blue 13

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

Shades of Dark Goldenrod #BC910D

Tints of Dark Goldenrod #BC910D

RGB

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

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

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

R = 54.34%
G = 41.91%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC910D (or 0xBC910D) is known color: Dark Goldenrod. HEX triplet: BC, 91 and 0D. RGB value is (188,145,13). Sum of RGB (Red+Green+Blue) = 188+145+13=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC910D is #436EF2. Grayscale: #8F8F8F. Windows color (decimal): -4419315 or 889276. OLE color: 889276.

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

Color convert

RGB 188 145 13 -
CMYK 0 0.23 0.93 0.26
HSL 45.26º 0.87% 0.39% -
HSV(B) 45.26º 0.93% 0.74% -
XYZ 30.94 30.97 4.73 -
YUV 142.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 188 145 13 0 0.23 0.93 0.26 45.26 0.87 0.39
Hex BC 91 D 0 17 5D 1A 2D 57 27
Octal 274 221 15 0 27 135 32 55 127 47
Binary 10111100 10010001 1101 0 10111 1011101 11010 101101 1010111 100111

Color Harmonies of #BC910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC910D

Black with #BC910D

Text Example


Text Example

White with #BC910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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