Html Css Color HEX #BC8F27 Nugget

📋 copy color: '#BC8F27'

red 188 ◦ green 143 ◦ blue 39

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

Shades of Nugget #BC8F27

Tints of Nugget #BC8F27

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

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

R = 50.81%
G = 38.65%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8F27 (or 0xBC8F27) is known color: Nugget. HEX triplet: BC, 8F and 27. RGB value is (188,143,39). Sum of RGB (Red+Green+Blue) = 188+143+39=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F27 is #4370D8. Grayscale: #919191. Windows color (decimal): -4419801 or 2592700. OLE color: 2592700.

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

Color convert

RGB 188 143 39 -
CMYK 0 0.24 0.79 0.26
HSL 41.88º 0.66% 0.45% -
HSV(B) 41.88º 0.79% 0.74% -
XYZ 30.93 30.48 6.17 -
YUV 144.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 188 143 39 0 0.24 0.79 0.26 41.88 0.66 0.45
Hex BC 8F 27 0 18 4F 1A 2A 42 2D
Octal 274 217 47 0 30 117 32 52 102 55
Binary 10111100 10001111 100111 0 11000 1001111 11010 101010 1000010 101101

Color Harmonies of #BC8F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F27

Black with #BC8F27

Text Example


Text Example

White with #BC8F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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