Html Css Color HEX #BE8F28 Nugget

📋 copy color: '#BE8F28'

red 190 ◦ green 143 ◦ blue 40

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

Shades of Nugget #BE8F28

Tints of Nugget #BE8F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.34%

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

R = 50.94%
G = 38.34%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE8F28 (or 0xBE8F28) is known color: Nugget. HEX triplet: BE, 8F and 28. RGB value is (190,143,40). Sum of RGB (Red+Green+Blue) = 190+143+40=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F28 is #4170D7. Grayscale: #919191. Windows color (decimal): -4288728 or 2658238. OLE color: 2658238.

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

Color convert

RGB 190 143 40 -
CMYK 0 0.25 0.79 0.25
HSL 41.2º 0.65% 0.45% -
HSV(B) 41.2º 0.79% 0.75% -
XYZ 31.44 30.75 6.28 -
YUV 145.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 190 143 40 0 0.25 0.79 0.25 41.2 0.65 0.45
Hex BE 8F 28 0 19 4F 19 29 41 2D
Octal 276 217 50 0 31 117 31 51 101 55
Binary 10111110 10001111 101000 0 11001 1001111 11001 101001 1000001 101101

Color Harmonies of #BE8F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F28

Black with #BE8F28

Text Example


Text Example

White with #BE8F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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