Html Css Color HEX #BC8624 Nugget

📋 copy color: '#BC8624'

red 188 ◦ green 134 ◦ blue 36

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

Shades of Nugget #BC8624

Tints of Nugget #BC8624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 52.51%
G = 37.43%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8624 (or 0xBC8624) is known color: Nugget. HEX triplet: BC, 86 and 24. RGB value is (188,134,36). Sum of RGB (Red+Green+Blue) = 188+134+36=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8624 is #4379DB. Grayscale: #8B8B8B. Windows color (decimal): -4422108 or 2393788. OLE color: 2393788.

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

Color convert

RGB 188 134 36 -
CMYK 0 0.29 0.81 0.26
HSL 38.68º 0.68% 0.44% -
HSV(B) 38.68º 0.81% 0.74% -
XYZ 29.58 27.87 5.49 -
YUV 138.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 188 134 36 0 0.29 0.81 0.26 38.68 0.68 0.44
Hex BC 86 24 0 1D 51 1A 27 44 2C
Octal 274 206 44 0 35 121 32 47 104 54
Binary 10111100 10000110 100100 0 11101 1010001 11010 100111 1000100 101100

Color Harmonies of #BC8624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8624

Black with #BC8624

Text Example


Text Example

White with #BC8624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8624; }

 p { color: rgb(188,134,36); }

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

background-color css

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

 a { background-color: rgb(188,134,36); }

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

border-color css

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

 span { border-color: rgb(188,134,36); }

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