Html Css Color HEX #BC892A Nugget

📋 copy color: '#BC892A'

red 188 ◦ green 137 ◦ blue 42

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

Shades of Nugget #BC892A

Tints of Nugget #BC892A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 51.23%
G = 37.33%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC892A (or 0xBC892A) is known color: Nugget. HEX triplet: BC, 89 and 2A. RGB value is (188,137,42). Sum of RGB (Red+Green+Blue) = 188+137+42=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892A is #4376D5. Grayscale: #8D8D8D. Windows color (decimal): -4421334 or 2787772. OLE color: 2787772.

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

Color convert

RGB 188 137 42 -
CMYK 0 0.27 0.78 0.26
HSL 39.04º 0.63% 0.45% -
HSV(B) 39.04º 0.78% 0.74% -
XYZ 30.1 28.75 6.15 -
YUV 141.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 188 137 42 0 0.27 0.78 0.26 39.04 0.63 0.45
Hex BC 89 2A 0 1B 4E 1A 27 3F 2D
Octal 274 211 52 0 33 116 32 47 77 55
Binary 10111100 10001001 101010 0 11011 1001110 11010 100111 111111 101101

Color Harmonies of #BC892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC892A

Black with #BC892A

Text Example


Text Example

White with #BC892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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