Html Css Color HEX #BE8928 Nugget

📋 copy color: '#BE8928'

red 190 ◦ green 137 ◦ blue 40

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

Shades of Nugget #BE8928

Tints of Nugget #BE8928

RGB

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

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

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

R = 51.77%
G = 37.33%
B = 10.9%

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

#BE8928 (or 0xBE8928) is known color: Nugget. HEX triplet: BE, 89 and 28. RGB value is (190,137,40). Sum of RGB (Red+Green+Blue) = 190+137+40=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8928 is #4176D7. Grayscale: #8E8E8E. Windows color (decimal): -4290264 or 2656702. OLE color: 2656702.

HSL color Cylindrical-coordinate representation of color #BE8928: hue angle of 38.8º 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 #BE8928 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 137 40 -
CMYK 0 0.28 0.79 0.25
HSL 38.8º 0.65% 0.45% -
HSV(B) 38.8º 0.79% 0.75% -
XYZ 30.56 28.99 5.99 -
YUV 141.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 190 137 40 0 0.28 0.79 0.25 38.8 0.65 0.45
Hex BE 89 28 0 1C 4F 19 27 41 2D
Octal 276 211 50 0 34 117 31 47 101 55
Binary 10111110 10001001 101000 0 11100 1001111 11001 100111 1000001 101101

Color Harmonies of #BE8928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8928

Black with #BE8928

Text Example


Text Example

White with #BE8928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8928; }

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

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

background-color css

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

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

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

border-color css

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

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

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