Html Css Color HEX #BC8626 Nugget

📋 copy color: '#BC8626'

red 188 ◦ green 134 ◦ blue 38

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

Shades of Nugget #BC8626

Tints of Nugget #BC8626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.56%

R = 52.22%
G = 37.22%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC8626 (or 0xBC8626) is known color: Nugget. HEX triplet: BC, 86 and 26. RGB value is (188,134,38). Sum of RGB (Red+Green+Blue) = 188+134+38=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8626 is #4379D9. Grayscale: #8B8B8B. Windows color (decimal): -4422106 or 2524860. OLE color: 2524860.

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

Color convert

RGB 188 134 38 -
CMYK 0 0.29 0.80 0.26
HSL 38.4º 0.66% 0.44% -
HSV(B) 38.4º 0.8% 0.74% -
XYZ 29.61 27.88 5.65 -
YUV 139.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 188 134 38 0 0.29 0.80 0.26 38.4 0.66 0.44
Hex BC 86 26 0 1D 50 1A 26 42 2C
Octal 274 206 46 0 35 120 32 46 102 54
Binary 10111100 10000110 100110 0 11101 1010000 11010 100110 1000010 101100

Color Harmonies of #BC8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8626

Black with #BC8626

Text Example


Text Example

White with #BC8626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8626; }

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

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

background-color css

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

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

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

border-color css

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

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

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