Html Css Color HEX #BC841B Dark Goldenrod

📋 copy color: '#BC841B'

red 188 ◦ green 132 ◦ blue 27

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

Shades of Dark Goldenrod #BC841B

Tints of Dark Goldenrod #BC841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.78%

R = 54.18%
G = 38.04%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC841B (or 0xBC841B) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 1B. RGB value is (188,132,27). Sum of RGB (Red+Green+Blue) = 188+132+27=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC841B is #437BE4. Grayscale: #898989. Windows color (decimal): -4422629 or 1803452. OLE color: 1803452.

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

Color convert

RGB 188 132 27 -
CMYK 0 0.30 0.86 0.26
HSL 39.13º 0.75% 0.42% -
HSV(B) 39.13º 0.86% 0.74% -
XYZ 29.19 27.27 4.76 -
YUV 136.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 188 132 27 0 0.30 0.86 0.26 39.13 0.75 0.42
Hex BC 84 1B 0 1E 56 1A 27 4B 2A
Octal 274 204 33 0 36 126 32 47 113 52
Binary 10111100 10000100 11011 0 11110 1010110 11010 100111 1001011 101010

Color Harmonies of #BC841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC841B

Black with #BC841B

Text Example


Text Example

White with #BC841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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