Html Css Color HEX #BC8B27 Nugget

📋 copy color: '#BC8B27'

red 188 ◦ green 139 ◦ blue 39

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

Shades of Nugget #BC8B27

Tints of Nugget #BC8B27

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

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

R = 51.37%
G = 37.98%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8B27 (or 0xBC8B27) is known color: Nugget. HEX triplet: BC, 8B and 27. RGB value is (188,139,39). Sum of RGB (Red+Green+Blue) = 188+139+39=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B27 is #4374D8. Grayscale: #8E8E8E. Windows color (decimal): -4420825 or 2591676. OLE color: 2591676.

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

Color convert

RGB 188 139 39 -
CMYK 0 0.26 0.79 0.26
HSL 40.27º 0.66% 0.45% -
HSV(B) 40.27º 0.79% 0.74% -
XYZ 30.34 29.3 5.98 -
YUV 142.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 188 139 39 0 0.26 0.79 0.26 40.27 0.66 0.45
Hex BC 8B 27 0 1A 4F 1A 28 42 2D
Octal 274 213 47 0 32 117 32 50 102 55
Binary 10111100 10001011 100111 0 11010 1001111 11010 101000 1000010 101101

Color Harmonies of #BC8B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B27

Black with #BC8B27

Text Example


Text Example

White with #BC8B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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