Html Css Color HEX #BC891E Nugget

📋 copy color: '#BC891E'

red 188 ◦ green 137 ◦ blue 30

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

Shades of Nugget #BC891E

Tints of Nugget #BC891E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 52.96%
G = 38.59%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC891E (or 0xBC891E) is known color: Nugget. HEX triplet: BC, 89 and 1E. RGB value is (188,137,30). Sum of RGB (Red+Green+Blue) = 188+137+30=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC891E is #4376E1. Grayscale: #8C8C8C. Windows color (decimal): -4421346 or 2001340. OLE color: 2001340.

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

Color convert

RGB 188 137 30 -
CMYK 0 0.27 0.84 0.26
HSL 40.63º 0.72% 0.43% -
HSV(B) 40.63º 0.84% 0.74% -
XYZ 29.92 28.68 5.19 -
YUV 140.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 188 137 30 0 0.27 0.84 0.26 40.63 0.72 0.43
Hex BC 89 1E 0 1B 54 1A 29 48 2B
Octal 274 211 36 0 33 124 32 51 110 53
Binary 10111100 10001001 11110 0 11011 1010100 11010 101001 1001000 101011

Color Harmonies of #BC891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC891E

Black with #BC891E

Text Example


Text Example

White with #BC891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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