Html Css Color HEX #BC8D29 Nugget

📋 copy color: '#BC8D29'

red 188 ◦ green 141 ◦ blue 41

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

Shades of Nugget #BC8D29

Tints of Nugget #BC8D29

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

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

R = 50.81%
G = 38.11%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC8D29 (or 0xBC8D29) is known color: Nugget. HEX triplet: BC, 8D and 29. RGB value is (188,141,41). Sum of RGB (Red+Green+Blue) = 188+141+41=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D29 is #4372D6. Grayscale: #909090. Windows color (decimal): -4420311 or 2723260. OLE color: 2723260.

HSL color Cylindrical-coordinate representation of color #BC8D29: hue angle of 40.82º 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 #BC8D29 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 41 -
CMYK 0 0.25 0.78 0.26
HSL 40.82º 0.64% 0.45% -
HSV(B) 40.82º 0.78% 0.74% -
XYZ 30.66 29.9 6.25 -
YUV 143.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 188 141 41 0 0.25 0.78 0.26 40.82 0.64 0.45
Hex BC 8D 29 0 19 4E 1A 29 40 2D
Octal 274 215 51 0 31 116 32 51 100 55
Binary 10111100 10001101 101001 0 11001 1001110 11010 101001 1000000 101101

Color Harmonies of #BC8D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D29

Black with #BC8D29

Text Example


Text Example

White with #BC8D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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