Html Css Color HEX #BC911E Nugget

📋 copy color: '#BC911E'

red 188 ◦ green 145 ◦ blue 30

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

Shades of Nugget #BC911E

Tints of Nugget #BC911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

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

R = 51.79%
G = 39.94%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC911E (or 0xBC911E) is known color: Nugget. HEX triplet: BC, 91 and 1E. RGB value is (188,145,30). Sum of RGB (Red+Green+Blue) = 188+145+30=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC911E is #436EE1. Grayscale: #919191. Windows color (decimal): -4419298 or 2003388. OLE color: 2003388.

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

Color convert

RGB 188 145 30 -
CMYK 0 0.23 0.84 0.26
HSL 43.67º 0.72% 0.43% -
HSV(B) 43.67º 0.84% 0.74% -
XYZ 31.1 31.04 5.58 -
YUV 144.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 188 145 30 0 0.23 0.84 0.26 43.67 0.72 0.43
Hex BC 91 1E 0 17 54 1A 2C 48 2B
Octal 274 221 36 0 27 124 32 54 110 53
Binary 10111100 10010001 11110 0 10111 1010100 11010 101100 1001000 101011

Color Harmonies of #BC911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC911E

Black with #BC911E

Text Example


Text Example

White with #BC911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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