Html Css Color HEX #BC891B Nugget

📋 copy color: '#BC891B'

red 188 ◦ green 137 ◦ blue 27

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

Shades of Nugget #BC891B

Tints of Nugget #BC891B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 53.41%
G = 38.92%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC891B (or 0xBC891B) is known color: Nugget. HEX triplet: BC, 89 and 1B. RGB value is (188,137,27). Sum of RGB (Red+Green+Blue) = 188+137+27=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC891B is #4376E4. Grayscale: #8C8C8C. Windows color (decimal): -4421349 or 1804732. OLE color: 1804732.

HSL color Cylindrical-coordinate representation of color #BC891B: hue angle of 40.99º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC891B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 27 -
CMYK 0 0.27 0.86 0.26
HSL 40.99º 0.75% 0.42% -
HSV(B) 40.99º 0.86% 0.74% -
XYZ 29.88 28.66 4.99 -
YUV 139.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 188 137 27 0 0.27 0.86 0.26 40.99 0.75 0.42
Hex BC 89 1B 0 1B 56 1A 29 4B 2A
Octal 274 211 33 0 33 126 32 51 113 52
Binary 10111100 10001001 11011 0 11011 1010110 11010 101001 1001011 101010

Color Harmonies of #BC891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC891B

Black with #BC891B

Text Example


Text Example

White with #BC891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC891B; }

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

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

background-color css

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

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

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

border-color css

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

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

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