Html Css Color HEX #BE8828 Nugget

📋 copy color: '#BE8828'

red 190 ◦ green 136 ◦ blue 40

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

Shades of Nugget #BE8828

Tints of Nugget #BE8828

RGB

 RED value IS 190 (74.61% from 255) = 51.91%

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 51.91%
G = 37.16%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE8828 (or 0xBE8828) is known color: Nugget. HEX triplet: BE, 88 and 28. RGB value is (190,136,40). Sum of RGB (Red+Green+Blue) = 190+136+40=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8828 is #4177D7. Grayscale: #8D8D8D. Windows color (decimal): -4290520 or 2656446. OLE color: 2656446.

HSL color Cylindrical-coordinate representation of color #BE8828: hue angle of 38.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE8828 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 40 -
CMYK 0 0.28 0.79 0.25
HSL 38.4º 0.65% 0.45% -
HSV(B) 38.4º 0.79% 0.75% -
XYZ 30.42 28.71 5.95 -
YUV 141.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 190 136 40 0 0.28 0.79 0.25 38.4 0.65 0.45
Hex BE 88 28 0 1C 4F 19 26 41 2D
Octal 276 210 50 0 34 117 31 46 101 55
Binary 10111110 10001000 101000 0 11100 1001111 11001 100110 1000001 101101

Color Harmonies of #BE8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8828

Black with #BE8828

Text Example


Text Example

White with #BE8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8828; }

 p { color: rgb(190,136,40); }

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

background-color css

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

 a { background-color: rgb(190,136,40); }

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

border-color css

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

 span { border-color: rgb(190,136,40); }

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