Html Css Color HEX #BC8727 Nugget

📋 copy color: '#BC8727'

red 188 ◦ green 135 ◦ blue 39

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

Shades of Nugget #BC8727

Tints of Nugget #BC8727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

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

R = 51.93%
G = 37.29%
B = 10.77%

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

#BC8727 (or 0xBC8727) is known color: Nugget. HEX triplet: BC, 87 and 27. RGB value is (188,135,39). Sum of RGB (Red+Green+Blue) = 188+135+39=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8727 is #4378D8. Grayscale: #8C8C8C. Windows color (decimal): -4421849 or 2590652. OLE color: 2590652.

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

Color convert

RGB 188 135 39 -
CMYK 0 0.28 0.79 0.26
HSL 38.66º 0.66% 0.45% -
HSV(B) 38.66º 0.79% 0.74% -
XYZ 29.77 28.17 5.79 -
YUV 139.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 188 135 39 0 0.28 0.79 0.26 38.66 0.66 0.45
Hex BC 87 27 0 1C 4F 1A 27 42 2D
Octal 274 207 47 0 34 117 32 47 102 55
Binary 10111100 10000111 100111 0 11100 1001111 11010 100111 1000010 101101

Color Harmonies of #BC8727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8727

Black with #BC8727

Text Example


Text Example

White with #BC8727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8727; }

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

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

background-color css

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

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

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

border-color css

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

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

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