Html Css Color HEX #BC851D Nugget

📋 copy color: '#BC851D'

red 188 ◦ green 133 ◦ blue 29

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

Shades of Nugget #BC851D

Tints of Nugget #BC851D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 53.71%
G = 38%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC851D (or 0xBC851D) is known color: Nugget. HEX triplet: BC, 85 and 1D. RGB value is (188,133,29). Sum of RGB (Red+Green+Blue) = 188+133+29=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC851D is #437AE2. Grayscale: #8A8A8A. Windows color (decimal): -4422371 or 1934780. OLE color: 1934780.

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

Color convert

RGB 188 133 29 -
CMYK 0 0.29 0.85 0.26
HSL 39.25º 0.73% 0.43% -
HSV(B) 39.25º 0.85% 0.74% -
XYZ 29.35 27.56 4.93 -
YUV 137.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 188 133 29 0 0.29 0.85 0.26 39.25 0.73 0.43
Hex BC 85 1D 0 1D 55 1A 27 49 2B
Octal 274 205 35 0 35 125 32 47 111 53
Binary 10111100 10000101 11101 0 11101 1010101 11010 100111 1001001 101011

Color Harmonies of #BC851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC851D

Black with #BC851D

Text Example


Text Example

White with #BC851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC851D; }

 p { color: rgb(188,133,29); }

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

background-color css

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

 a { background-color: rgb(188,133,29); }

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

border-color css

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

 span { border-color: rgb(188,133,29); }

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