Html Css Color HEX #BC8F0D Dark Goldenrod

📋 copy color: '#BC8F0D'

red 188 ◦ green 143 ◦ blue 13

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

Shades of Dark Goldenrod #BC8F0D

Tints of Dark Goldenrod #BC8F0D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.57%

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

R = 54.65%
G = 41.57%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC8F0D (or 0xBC8F0D) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 0D. RGB value is (188,143,13). Sum of RGB (Red+Green+Blue) = 188+143+13=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F0D is #4370F2. Grayscale: #8E8E8E. Windows color (decimal): -4419827 or 888764. OLE color: 888764.

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

Color convert

RGB 188 143 13 -
CMYK 0 0.24 0.93 0.26
HSL 44.57º 0.87% 0.39% -
HSV(B) 44.57º 0.93% 0.74% -
XYZ 30.63 30.37 4.63 -
YUV 141.64 55.41 161.07 -
System Red Green Blue C M Y K H S L
Decimal 188 143 13 0 0.24 0.93 0.26 44.57 0.87 0.39
Hex BC 8F D 0 18 5D 1A 2D 57 27
Octal 274 217 15 0 30 135 32 55 127 47
Binary 10111100 10001111 1101 0 11000 1011101 11010 101101 1010111 100111

Color Harmonies of #BC8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F0D

Black with #BC8F0D

Text Example


Text Example

White with #BC8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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