Html Css Color HEX #BC8C29 Nugget

📋 copy color: '#BC8C29'

red 188 ◦ green 140 ◦ blue 41

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

Shades of Nugget #BC8C29

Tints of Nugget #BC8C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 41 (16.41% from 255) = 11.11%

R = 50.95%
G = 37.94%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC8C29 (or 0xBC8C29) is known color: Nugget. HEX triplet: BC, 8C and 29. RGB value is (188,140,41). Sum of RGB (Red+Green+Blue) = 188+140+41=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C29 is #4373D6. Grayscale: #8F8F8F. Windows color (decimal): -4420567 or 2723004. OLE color: 2723004.

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

Color convert

RGB 188 140 41 -
CMYK 0 0.26 0.78 0.26
HSL 40.41º 0.64% 0.45% -
HSV(B) 40.41º 0.78% 0.74% -
XYZ 30.52 29.61 6.2 -
YUV 143.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 188 140 41 0 0.26 0.78 0.26 40.41 0.64 0.45
Hex BC 8C 29 0 1A 4E 1A 28 40 2D
Octal 274 214 51 0 32 116 32 50 100 55
Binary 10111100 10001100 101001 0 11010 1001110 11010 101000 1000000 101101

Color Harmonies of #BC8C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C29

Black with #BC8C29

Text Example


Text Example

White with #BC8C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C29; }

 p { color: rgb(188,140,41); }

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

background-color css

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

 a { background-color: rgb(188,140,41); }

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

border-color css

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

 span { border-color: rgb(188,140,41); }

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