Html Css Color HEX #BC841C Dark Goldenrod

📋 copy color: '#BC841C'

red 188 ◦ green 132 ◦ blue 28

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

Shades of Dark Goldenrod #BC841C

Tints of Dark Goldenrod #BC841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 54.02%
G = 37.93%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC841C (or 0xBC841C) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 1C. RGB value is (188,132,28). Sum of RGB (Red+Green+Blue) = 188+132+28=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC841C is #437BE3. Grayscale: #898989. Windows color (decimal): -4422628 or 1868988. OLE color: 1868988.

HSL color Cylindrical-coordinate representation of color #BC841C: hue angle of 39º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC841C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 28 -
CMYK 0 0.30 0.85 0.26
HSL 39º 0.74% 0.42% -
HSV(B) 39º 0.85% 0.74% -
XYZ 29.2 27.28 4.82 -
YUV 136.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 188 132 28 0 0.30 0.85 0.26 39 0.74 0.42
Hex BC 84 1C 0 1E 55 1A 27 4A 2A
Octal 274 204 34 0 36 125 32 47 112 52
Binary 10111100 10000100 11100 0 11110 1010101 11010 100111 1001010 101010

Color Harmonies of #BC841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC841C

Black with #BC841C

Text Example


Text Example

White with #BC841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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