Html Css Color HEX #BC8929 Nugget

📋 copy color: '#BC8929'

red 188 ◦ green 137 ◦ blue 41

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

Shades of Nugget #BC8929

Tints of Nugget #BC8929

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

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

R = 51.37%
G = 37.43%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC8929 (or 0xBC8929) is known color: Nugget. HEX triplet: BC, 89 and 29. RGB value is (188,137,41). Sum of RGB (Red+Green+Blue) = 188+137+41=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8929 is #4376D6. Grayscale: #8D8D8D. Windows color (decimal): -4421335 or 2722236. OLE color: 2722236.

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

Color convert

RGB 188 137 41 -
CMYK 0 0.27 0.78 0.26
HSL 39.18º 0.64% 0.45% -
HSV(B) 39.18º 0.78% 0.74% -
XYZ 30.08 28.74 6.06 -
YUV 141.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 188 137 41 0 0.27 0.78 0.26 39.18 0.64 0.45
Hex BC 89 29 0 1B 4E 1A 27 40 2D
Octal 274 211 51 0 33 116 32 47 100 55
Binary 10111100 10001001 101001 0 11011 1001110 11010 100111 1000000 101101

Color Harmonies of #BC8929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8929

Black with #BC8929

Text Example


Text Example

White with #BC8929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8929; }

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

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

background-color css

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

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

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

border-color css

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

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

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