Html Css Color HEX #BC8827 Nugget

📋 copy color: '#BC8827'

red 188 ◦ green 136 ◦ blue 39

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

Shades of Nugget #BC8827

Tints of Nugget #BC8827

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 51.79%
G = 37.47%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8827 (or 0xBC8827) is known color: Nugget. HEX triplet: BC, 88 and 27. RGB value is (188,136,39). Sum of RGB (Red+Green+Blue) = 188+136+39=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8827 is #4377D8. Grayscale: #8C8C8C. Windows color (decimal): -4421593 or 2590908. OLE color: 2590908.

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

Color convert

RGB 188 136 39 -
CMYK 0 0.28 0.79 0.26
HSL 39.06º 0.66% 0.45% -
HSV(B) 39.06º 0.79% 0.74% -
XYZ 29.91 28.45 5.83 -
YUV 140.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 188 136 39 0 0.28 0.79 0.26 39.06 0.66 0.45
Hex BC 88 27 0 1C 4F 1A 27 42 2D
Octal 274 210 47 0 34 117 32 47 102 55
Binary 10111100 10001000 100111 0 11100 1001111 11010 100111 1000010 101101

Color Harmonies of #BC8827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8827

Black with #BC8827

Text Example


Text Example

White with #BC8827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8827; }

 p { color: rgb(188,136,39); }

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

background-color css

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

 a { background-color: rgb(188,136,39); }

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

border-color css

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

 span { border-color: rgb(188,136,39); }

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